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 are the restrictions imposed on method overriding?

0 Answers  


What is exception handling in java?

0 Answers  


What is method Overriding in the perspective of OOPS?

4 Answers   TCS,


What are the operands of instanceof operator?

3 Answers  


Which class is the superclass of all classes?

0 Answers  






What is collections framework?

0 Answers  


what is difference between equals and ==?

0 Answers  


Explain access specifiers?

0 Answers   Thomson Reuters, Virtusa,


Can we place the any object to key attribute of HashMap<key,value>?

4 Answers   HCL,


What is backdrop?

0 Answers   Atos Origin,


What is the mapping mechanism used by java to identify IDL language?

0 Answers  


How to display arraylist values in java?

0 Answers  


Categories