Answer Posted / 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 View All Answers
Which is a valid identifier?
What are the important features of Java 8 release?
What is meant by data hiding/encapsulation?
Why do we need strings in java?
Why java applets are more useful for intranets as compared to internet?
What is java in simple terms?
What is difference between call by value and call by reference?
What are design patterns and please explain?
Explain scope or life time of local variables in java?
If we don’t want some of the fields not to serialize how to do that?
Difference between vector and arraylist.
How does thread synchronization occurs inside a monitor?
Is java se free?
What do you understand by the term string pool?
What is difference between float and double?