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
Can a class extend 2 classes in java?
Give example to differentiate between call by value and call by reference.
What is native code?
What is the SimpleTimeZone class?
Explain about doubly linked list
Is char a data type in java?
What does a method signature consist of?
How do you format in java?
Can we clone singleton object?
Can we assign the reference to this variable?
What does escaping a character mean?
Mention the default values of all the elements of an array defined as an instance variable.
Explain the importance of finalize() method.
What do you understand by Header linked List?
For class CFoo { }; what default methods will the compiler generate for you>?