Answer Posted / rajesh
hashset,treeset....these classes don't allow the duplicate
values.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between throw and throws keywords?
What is the null?
If I only change the return type, does the method become overloaded?
why not override thread to make a runnable? : Java thread
How can we make a class singleton?
Is vector ordered in java?
Is there a sort function in java?
Can a final variable be manipulated in java?
What is stack class in java?
How many bytes is 255 characters?
Why are pointers not secure?
What is Major and importance difference between for and foreach loop ?
What is a 16 bit word?
What is anagram in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?