Multiple choice Which of the following is/are the true statement(s) in java collection framework? Dictionary class is an abstract class. Dictionary class is an implementation of the Hashtable class. Dictionary class stores or retrieves the element in the form of key/value pair like Map class. All of the above. Only (1) and (3) are true Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, both the statements are true.