InterviewSolution
Saved Bookmarks
| 1. |
Collections API in Java |
|
Answer» A group of objects can be STORED and manipulated using an architecture that is provided by the Collections API in Java. All the possible operations in Java such as searching, sorting, deletion, insertion etc. can be performed using the Java Collections. A HIERARCHY of collections in Java is given as follows: Some of the characteristics of the Collections API in Java are given as follows:
|
|