Saved Bookmarks
| 1. |
Which statement comes automatically in each class of a user defined package? |
|
Answer» Answer:import statement Explanation:The import KEYWORD USED to INCLUDE a package must be the first LINE of a Java package program |
|