J2SE Question:

What is compilation unit?

J2SE Interview Question
J2SE Interview Question

Answer:

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


Previous QuestionNext Question
What is compiler?What is comment?