6 Minutes CollectionFramework
6 Minutes CollectionFramework
Ques: What are the important methods that are declared in collection interface?
Ans: Most important methods declared in the collection interface are the
methods to add and remove an element. Add method allows adding an element
to a collection and delete allows deleting an element from a collection.