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 the parse method in java?
Which collection does not allow duplicates in java?
How do you join strings in java?
What is java english?
Explain spliterator in java8?
What is class array in java?
What is a concrete classes? Is Java object class is concrete class?
What is javac used for?
Explain public static void main(string args[]).
Is java written in c?
what invokes a threads run() method? : Java thread
What is the difference between double and float variables in java?
Explain the difference between call by refrence and call by value?
What is Garbage Collection in Java
What is a stringbuffer?