Section 4 : Language Fundamentals
-
Identify correctly constructed
source files, package declarations, import statements,
class declarations (of all forms including inner
classes), interface declarations and implementations
(for java.lang.Runnable or other interface described
in the test), method declarations (including the main
method that is used to start execution of a class),
variable declarations and identifiers.
section4-1 | section4-2 | section4-3 | section4-4
Sections :
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11
|