What is the Set interface

The Set interface provides methods for accessing the elements of a finite mathematicalset. Sets do not allow duplicate elements.

Showing Answers 1 - 1 of 1 Answers

The Set interface contains only methods that are inherited from a Collection interface and does not allow the addition of duplicate elements.Two Set instances are equal if they contain the same elements.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions