What is the relation between hashset and hashmap?
A. HashSet internally implements HashMap
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

Join The Discussion