Multiple choice Which of these statements is true? LinkedList extends List AbstractSet extends Set HashSet extends AbstractSet WeakHashMap extends HashMap Reveal answer Fill a bubble to check yourself C Correct answer Explanation HashSet extends AbstractSet in Java's collections framework. LinkedList implements List (List is an interface), AbstractSet implements Set, and WeakHashMap extends AbstractMap.