What is the Set interface?

Answers were Sorted based on User's Feedback



What is the Set interface?..

Answer / ravikiran(aptech mumbai)

Set interface is the one which will provide convinience
methods to add the objects which contains no duplicates.

Is This Answer Correct ?    2 Yes 1 No

What is the Set interface?..

Answer / vijayakumar chinnasamy

Set is an interface in java.util package.Set does not allow
duplicate values but using set we can easily sort the
elements in ascending order using treeset.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the is a and has a relation ship in oops concept in java?

9 Answers   BearingPoint, TCS,


Why java applets are more useful for intranets as compared to internet?

0 Answers  


Explain about global variables in Java?

3 Answers  


What is array pointers ?

0 Answers   Amdocs,


How does the garbage collector works in java?

0 Answers   Cyient,






What is a instance variable in java?

0 Answers  


Who developed java?

0 Answers  


What is nextint java?

0 Answers  


What is enhanced loop in java?

0 Answers  


Does A Class Inherit The Constructors Of Its Superclass?

0 Answers   Wipro,


what is meaning of JIT?

4 Answers  


What is the main use of generics in java?

0 Answers  


Categories