Diffrence between arraylist and hashmap
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Explain jta, jndi, and jms.
What is difference between java and core?
What are the tools in java?
What is j2ee called now?
What is layout in java?
Why java is not 100% object oriented language?
What is data?
How many types of constructors are there in java?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What are the advanced technologies in java?
Every field has setter and getter methods.what is happening in this methods.
What is the difference between load() and get()?