Interview Question

Created by admin on Sat, 17/11/2012 - 16:10
Question: 

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

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