(Choose 1 answer)
If all three top-level elements occur in a source file, they must appear in which order?
A. Imports, package declarations.classes/interfaces/enums
B. Imports must come first; order for package declarations and class/interface/enum definitions is not significant
C. Package declaration, imports.class/interface/enum definitions.
D. Classes/interfaces/enums, imports, package declarations
E. Package declaration must come first; order for imports and class/interfaces/enum definitions is not significant
wi