|
||
|
Source files and compilation units Source code files on the Java Certification exam
You will see questions on the certification exam that will present one or more sample source code files. The question will ask you to
identify which source code file compiles without errors. Make sure that the source code file does not contain more than one
public class or interface. Also, make sure that the name of the source code file matches that of the public class
or interface.
|
||
|
|
||