Answer Posted / kumar
Collections are usefull in those situations where you doesn't know how much data you have to handled, that means size of data not defined. Like there are so many scenario when data dynamically comes from UI or application ( no fixed size defined) then you must use collections to manage and perform diff operations.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is anagram of a string?
Does treeset allow null in java?
What are the core java topics?
What is bean? Where it can be used?
What is memory leak and how does java handle it?
In how many ways we can create threads in java?
Why we cannot override static method?
Is boolean a wrapper class in java?
What are the benefits of operations in java?
Explain the available thread states in a high-level?
What is the difference between hashset and treeset in java?
What is a type parameter in java?
What is difference between iterator and enumeration in java?
What is the difference between throw and throws in java?
What is a top level class in java?