Home »
MCQs »
Java MCQs
What is a set in Java?
86. What is a set in Java?
- Represented in the form of values
- Used to store key-value pairs
- Primary structures
- All of these
Answer: A) Represented in the form of values
Explanation:
Read more: Differences between Set and Map interface in Java