What is map java?
Answer / Tajuddin
A Map in Java is an interface that associates keys with values. It allows you to store data using unique keys and quickly retrieve the associated value by accessing its key.
| Is This Answer Correct ? | 0 Yes | 0 No |
If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?
What is the difference between iterator and enumeration ?
Can we make the abstract methods static in java?
What is the default modifier in Interface?
what should do when using multiple catch() block & what should never do for the same?
What is anonymous inner class?
Can a class be declared as static?
Can I override protected method in java?
what is the use/perpose of having a method antive?
what is finalmethod & final variable with example?
Is a char always 1 byte?
What is the meaning of course?