InterviewSolution
Saved Bookmarks
| 1. |
What Restrictions Are Placed On The Location Of A Package Statement Within A Source Code File? |
|
Answer» A package STATEMENT must appear as the FIRST line in a source code file (EXCLUDING blank lines and comments). A package statement must appear as the first line in a source code file (excluding blank lines and comments). |
|