next up previous
Next: Import declaration Up: Source Files Previous: Size of source file

Organization of source file

A Java source file should contain the following elements, in the following order:
  1. Copyright/ID block comment
  2. package declaration
  3. import declarations
  4. one or more class/interface declarations
At least one blank line should separate all of these elements.



Dennis Seah Mon Jul 17 11:43:42 2006