What is map java?



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

Post New Answer

More Core Java Interview Questions

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 ?

3 Answers   TCS, Wipro,


What is the difference between iterator and enumeration ?

1 Answers  


Can we make the abstract methods static in java?

1 Answers  


What is the default modifier in Interface?

5 Answers  


what should do when using multiple catch() block & what should never do for the same?

1 Answers  


What is anonymous inner class?

1 Answers  


Can a class be declared as static?

1 Answers  


Can I override protected method in java?

1 Answers  


what is the use/perpose of having a method antive?

2 Answers  


what is finalmethod & final variable with example?

6 Answers   HP,


Is a char always 1 byte?

1 Answers  


What is the meaning of course?

1 Answers  


Categories