What is the Set interface?
Answers were Sorted based on User's Feedback
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 |
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 |
define polymorphism in java
Write java program to reverse string without using api?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Which of the following is not an isolation level in the JDBC
How to display names of all components in a Container?
What is a return in java?
What is the difference between serialization and deserialization?
What is protected access modifier?
What is bigger kb or mb?
Is java a compiler?
What does jenkins do?
Difference between Array and vector?