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 is Unicast and Multicast object? Where we will use?
1 Answers Scope International,
Can finally block be used without a catch?
Why inputstreamreader is used in java?
Which java collection does not allow null?
What are the differences between throw and throws?
What is the difference between variable & constant?
What is google full form?
What is difference between abstract class & final class
What string is utf8?
diff between abstract methods and interfaces with programing (code) example?
Where is the find and replace?
Is singleton a bad practice?