Monday, 13 February 2012

What restrictions are placed on the location of a package statement within a source code file? | Core Java

A package statement must appear as the first line in a source code file (excluding blank lines and comments).