What Is The Relation Between Hashset And Hashmap #696
What is the relation between hashset and hashmap?
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Util Collections Framework - Java Set - Quiz No.1.
What is the relation between hashset and hashmap?
HashSet internally implements HashMap
HashMap internally implements HashSet
HashMap is the interface; HashSet is the concrete class
HashSet is the interface; HashMap is the concrete class