InterviewSolution
Saved Bookmarks
| 1. |
What is Collections in Java? |
|
Answer» A Collection in Java is a group of individual OBJECTS that are REPRESENTED as a single unit. The Collection Framework in Java defines CLASSES and interfaces that represent a group of objects as a single unit. The TWO MAIN root interfaces are Collection interface and Map interface. |
|