Search

What is the restriction for a package statement within a java source code file ?



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