tutorial.eyehunts.com
Interfaces of collection framework
9 key interfaces of collection framework: 1. Collection Interface : If we want to represent a group of individual objects as a single entity then we should go for collection. The collection interface defines the most common methods which are applicable for any collection object. For ex:- Add Object Remove Object Contains() In general collection… Read More »Interfaces of collection framework
Rohit