InterviewSolution
Saved Bookmarks
| 1. |
What Is Compilation Unit ? |
|
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. The smallest unit of source code that can be compiled. In the current implementation of the Java platform, the compilation unit is a file. |
|