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

whays is mean by inner class?

4 Answers   HCL, IBM, TCS,


What are the java ide's? Explain

0 Answers  


can we create a instance for intwerface?

3 Answers  


Can you override private or static method in java?

0 Answers  


What is meant by memory leak?

0 Answers  






What is the difference between JDBC 1.0 and JDBC 2.0?

0 Answers   Corent Technology,


What is exception propagation?

0 Answers  


what is servlet filter?

2 Answers  


Write a program to check for a prime number in java?

0 Answers   Cyient,


How do I run java on windows?

0 Answers  


What technique is carried out to find out if a particular string is empty?

0 Answers  


How do I get the | symbol on my keyboard?

0 Answers  


Categories