Answer Posted / krishnareddym. a
When we required uniqueness then we can use set and set
does not allow any duplications but list may contain
duplications set and list both extends collection interface...
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What is difference between string and stringbuffer?
What is the disadvantage of java?
How are variables stored in memory?
What is prime number in java?
What's the difference between int and integer in java?
What are anonymous inner classes?
What is finally and finalize in java?
Why string is a class?
What does those terms actually mean included in the j.d.k i.6?
Which method returns the length of a string?
Explain restrictions for using anonymous inner classes?
What is the class in java?
What is final access modifier in java?
Why singleton pattern is better than creating singleton class with static instance?
Explain different ways of creating a thread. Which one would you prefer and why?