Javatpoint Logo

Data Structure in Collection classes

By: discus*** On: Fri Jan 17 10:42:51 IST 2014     Question Reputation3 Answer Reputation0 Quiz Belt Series Points0  3Blank User
What is the data structure used in these collection classes-ArrayList,Vector,LinedList,HashSet,TreeSet,HashMap,TreeMap?Up0Down

 
A data structure is a way of organizing data that considers not only the items stored, but also their relationship to each other. Advance knowledge about the relationship between data items allows designing of efficient algorithms for the manipulation of data.
These classes and interfaces provides ways to organize and manipulate data.
Image Created5Down

By: [email protected] On: Sat Jan 18 12:00:32 IST 2014 Question Reputation0 Answer Reputation359 Belt Series Points0 359User Image
Are You Satisfied :2Yes1No
 
ArrayList internally uses Array to store data. HashMap uses LinkedList to store data.Like that wht data structre used for other Collection classes?Image Created0Down

By: [email protected] On: Mon Jan 20 19:24:22 IST 2014 Question Reputation3 Answer Reputation0 Belt Series Points0 3User Image
Are You Satisfied :2Yes1No
 
Image Created0Down

By: [email protected] On: Mon Aug 08 23:59:37 IST 2016 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No