What is hashmap and map?
Answer / Sulakshya Singh
HashMap and Map are interfaces in Java Collection Framework. Map is a root interface of the map classes that represent a collection of key-value pairs, where each key is unique. HashMap is a concrete implementation of the Map interface. It provides fast insertion, deletion, and search operations using hash tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is deadlock? : Java thread
how many ways to create Thread and which one is good? runnable interface ot Thread class?
what is difference between equals and ==?
What is ordered map in java?
What is persistence ?
Is empty string in java?
Is Cegonsoft Pvt.Ltd. a good Institute?
What is a top level class in java?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
can I implement my own start() method? : Java thread
How you can force the garbage collection?
What are the latest versions in JAVA related areas?