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...

what is collections in java?

Answer Posted / somasundar m

Collection is a frame work which is there in java.lang
package, which is used to store multiple type objects.
Collections has certain interfaces like Collection, Set,
List, Map, sorterdSet, sortedMap and certain classes like
HashSet, TreeSet,ArrayList, Linked List, Vectors,
Hashmap,Hashtable, Properties, etc. Based on the
requirements the appropriate collections should be used.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is ++ operator thread-safe in java?

1176


Why local variables are stored in stack?

968


Why do we create public static method in java?

1101


What is meant by anonymous class?

1018


How does a for loop work java?

1030


What happens if we don’t define serial version uid?

1025


What is use of super keyword?

959


How does arrays sort work in java?

1000


When can an object reference be cast to an interface reference in java programming?

1012


What is run time allocation?

1019


How do you use find and replace?

950


What is size () in java?

1090


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

1083


Explain creating threads by implementing runnable class?

1157


What are the two parts of a conditional statement?

961