Multiple choice Which statement is true? HashTable is a sub class of Dictionary ArrayList is a sub class of Vector LinkedList is a subclass of ArrayList Vector is a subclass of Stack Reveal answer Fill a bubble to check yourself A Correct answer Explanation Hashtable extends Dictionary in Java's legacy collections framework. Note: Dictionary is deprecated and Hashtable should be Hashtable (capital T), but the inheritance relationship is correct.