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?

Answers were Sorted based on User's Feedback



what is collections in java?..

Answer / chethan.s.l

Collection is a framework and its having series of classes
and interface implementing in the collection object.

Is This Answer Correct ?    7 Yes 4 No

what is collections in java?..

Answer / anith

collection is a utility in java..which comes under .lang
package..

Is This Answer Correct ?    2 Yes 0 No

what is collections in java?..

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

what is collections in java?..

Answer / ravikrian

The above all answers are correct if the question is
collection, But collections is a class from java.util
package which has static utility methods such as sort and
binary search

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

How do you remove an element from an arraylist in java?

0 Answers  


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

0 Answers  


Is Java Class Threadsafe ????? How to make Java class Thread safe??

2 Answers   Cognizant,


When you Click a Button, What event will be fired?

5 Answers  


Can we able to pass objects as an arguments in java?

0 Answers  


What are advantages of using Java?s layout managers than windowing systems?

0 Answers  


What are the types of arrays in java?

0 Answers  


What are dot operator queries?

0 Answers   Atos Origin,


Write a method that will remove given character from the string?

0 Answers  


What are the three parts of a lambda expression?

0 Answers  


Objects or references which of them gets garbage collected?

0 Answers  


What is the difference between the boolean & operator and the && operator in java programming?

0 Answers  


Categories