DEVFYI - Developer Resource - FYI

What is compilation unit

J2SE Interview Questions and Answers


(Continued from previous question...)

38. What is compilation unit

The smallest unit of source code that can be compiled. In the current implementation of the Java platform, the compilation unit is a file.

(Continued on next question...)

Other Interview Questions