1.

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» B. HashMap internally implements HashSet


Discussion

No Comment Found