InterviewSolution
Saved Bookmarks
| 1. |
Name of following : (i) A package that is invoked by default. (ii) A keyword, to use the classes defined in package. |
|
Answer» (i) java.lang; (ii) import |
|