Home »
MCQs »
Java MCQs
What is a map in Java?
85. What is a map in Java?
- Data structure
- Defined in java.util package
- Represented using key-value pairs
- All of these
Answer: D) All of these
Explanation:
Read more: Differences between Set and Map interface in Java.