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 the difference between jdk and jre?
What are three types of loops in java?
Which number is denoted by leading 0x or 0x in java?
Briefly explain the term Spring Framework
What lambda means?
What is string literal in java?
What is the life cycle of Servlet?
What do you understand by private, protected and public?
What is replaceall in java?
When is an object subject to garbage collection?
Why for each loop is used?
What flag up means?