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 |
What do you mean by compiler?
What is stringbuffer in java?
primitive data types in Java ?
What are the advantages of unicode?
What is use of super keyword?
What is the difference between this() and super() in java?
What are the main features of java?
whst is encapsulation?when u encpsulate actually while devoloping code?
What is charat java?
How many digits can a float hold?
What is indexof?
What is the difference between Byte stream and Charecter Stream?