where exactly collections are usefull in realtime

Answers were Sorted based on User's Feedback



where exactly collections are usefull in realtime..

Answer / 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

where exactly collections are usefull in realtime..

Answer / suresh

collections are the advanced concept to maintain dynamic data as objects. In real time some times we can't estimate the size of the data and type of the data.so it's better to maintain data as objects through collections.through arrays we can't manage the data because arrays are not auto-grow-able in size.
through collections we can use our required data structures directly. we have different classes for that. in each we have predefined methods to manipulate data in that collection.
Collections are performance wise slow. even though collections provide more features to maintain huge data easily.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

what is diff bet iterator and enumeration?

4 Answers  


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


Explain about Superclass and Subclass?

6 Answers  


What is a java developer salary?

0 Answers  


what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,






What are the main uses of java?

0 Answers  


What is the use of toarray () in java?

0 Answers  


What are singleton services?

0 Answers  


What is the difference between add() and addElement() method in Vector Class ?

2 Answers   TCS,


How do you do exponents in java?

0 Answers  


what do you meant by Runtime Polymorphism?

13 Answers   BVIMR, IBM, Persistent,


What is the primary benefit of encapsulation?

0 Answers  


Categories