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). |
|