What restrictions are placed on the location of a package statement within a source code file?Core Java Interview Questions A package statement must appear as the first line in a source code file (excluding blank lines and comments). Total Views: 36,465