Multiple choice Which of the following is not an interface of Java Collection Framework? Set List Queue HashSet Reveal answer Fill a bubble to check yourself D Correct answer Explanation A HashSet is a class and not an interface. The interface Set is implemented in a HashSet class.