Diffrence between arraylist and hashmap

Answers were Sorted based on User's Feedback



Diffrence between arraylist and hashmap..

Answer / srikanth

arraylist is used for storing collection of elements with
duplicates
they can store only keys
it is extending list interface

hashmap
--------
hashmap is used for storing collection of elements with key
value pair without duplicates in unordered way

it is extending map interface

Is This Answer Correct ?    6 Yes 0 No

Diffrence between arraylist and hashmap..

Answer / srikanth

Arraylist is an ordered collection.of objects
they store their elements in index.rotation
Duplicate values are also allowed.
they show their elements in order ie... added order

But in hashmap is also ordered collection but don't contain
duplicate values.
Hashmap use key value for any object access.
hashmap allow null values

Is This Answer Correct ?    3 Yes 2 No

Diffrence between arraylist and hashmap..

Answer / billuyadav208

Arraylist is an ordered collection.
User access elements by their interger index.
Duplicate values are also allowed.
But in hashmap is also ordered collection but don't contain
duplicate values.
Hashmap use key value for any object access.

Is This Answer Correct ?    4 Yes 4 No

Post New Answer

More J2EE Interview Questions

What software is needed for java programming?

0 Answers  


What are the components of the java platform?

0 Answers  


What is a component in java?

0 Answers  


Is string a primitive data type in java?

0 Answers  


What is j2ee specification?

0 Answers  


Why java is a platform?

0 Answers  


What is Document Object Model?

0 Answers  


What is cmp in j2ee?

0 Answers  


What is isv?

0 Answers  


Explain jta, jndi, and jms.

0 Answers  


Every field has setter and getter methods.what is happening in this methods.

2 Answers  


What is Connector architecture?

0 Answers  


Categories