I have an HashMap object, which has with key and value pair.
It has 10 keys and values in that object. Now the question
is I want insert new key and value in middle or any where in
that list but not at the end or at the top. Is it possible
or not. If yes how can we achieve this one?
Answer Posted / alka
It is not in the programmers hand to decide location of any
key/value pair in hashmap.These pairs are randomly placed in
Hashmap based on some calculated hash codes.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is ‘has a’’ relationship in java?
what do you understand by the term string with respect to java?
Explain jdk, jre and jvm?
What are the main differences between the java platform and other platforms?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is the difference between numeric and integer?
Can java inner class be static?
Explain when classnotfoundexception will be raised ?
What is a map? What are the implementations of map?
What are the Main functions of Java?
Which is best ide for java?
What is the generic function?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is variable and its types?
What is the history of java?