InterviewSolution
Saved Bookmarks
| 1. |
Which Api Is Provided By Java For Operations On A Set Of Objects? |
|
Answer» Java PROVIDES a Collection API which provides many USEFUL methods which can be applied to a set of objects. Some of the important classes provided by Collection API INCLUDE ArrayList, HashMap, TreeSet, and TREEMAP. Java provides a Collection API which provides many useful methods which can be applied to a set of objects. Some of the important classes provided by Collection API include ArrayList, HashMap, TreeSet, and TreeMap. |
|