InterviewSolution
Saved Bookmarks
| 1. |
Why Packages are used? |
|
Answer» Packages are used in Java in-order to prevent naming conflicts, to control access, to make searching/locating and usage of classes, interfaces, enumerations and annotations, etc., easier. |
|