Collections in Java Part II : Sets
Hello Friends, This is part II for the collections tutorial, earlier we discussed the basics of collection framework. In this part,we will look at the one of the child interface, the SET interface. A Set is the collection that contains no duplicate elements. Any class implementing the Set interface is not permitted to have duplicate…
