Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

there are some duplicate values in ArrayList, how U'll get that array with out duplicate?

4 Answers   CMC,


What is derived datatype?

0 Answers  


Explain cookies?

2 Answers   Canon,


When we can access the static data member without creating the object what is the need of the object in java.

5 Answers   Airhub, ssinformatics,


What are the benefits of operations in java?

0 Answers  


What is an anonymous class?

1 Answers   IBM,


can u override the start() method of Thread class

5 Answers  


How will you create the class for the following scenario? Employees under one employee?

2 Answers   Bally Technologies,


Can a variable be local and static at the same time?

0 Answers  


what is synchronization and why is it important? : Java thread

0 Answers  


How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?

1 Answers   Huawei,


Why string is immutable or final in java

0 Answers  


Categories