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 are the new features in java 8?
How can we create objects if we make the constructor private ?
Can we inherit a class with private constructor?
Can a set contain duplicates?
Is vector synchronized in java?
What is main method?
What are the drawbacks of singleton class?
What is append in java?
Why a dead thread occurs?
Is logger a singleton?
What is called module?
What are the differences between stringbuffer and stringbuilder?
What does %d do in java?
What is the super void?
How many bytes is 255 characters?