How HashMap implemented in java? how it internally works when
values are added or searched from hashMap?What is the
difference betweenthe implementation of hashmap and Linked
Hashmap?
Answer Posted / amar
The Only difference is In Hashmap There is no guarantee while
Iterating the elements comes like how you insert.
But in LinkedHashMap the elements occurs that how you insert
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is appletviewer?
What is string in java? String is a data type?
Can we nested try statements in java?
Why do I need to declare the type of a variable in java?
What is the size of string?
Can a class be final?
What is the basic concept of java?
what is inner class in java?
What is super?
Is int primitive data type?
Describe the Big-O Notation.
Difference between predicate, supplier and consumer ?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Can bool be null?
What is a protected class in java?