Vidyalelo
Java Programming · Q103

Java Collections Framework

Programming · Java Programming · question 103

Q103

What is the relation between hashset and hashmap?

A.
HashSet internally implements HashMap
Answer
B.
HashMap internally implements HashSet
C.
HashMap is the interface; HashSet is the concrete class
D.
HashSet is the interface; HashMap is the concrete class

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board