Multiple choice Which of the following is/are the properties of Hashtable in collection in java? It is used to store and retrieve the value using the specified key. Hashtable is synchronized. It does not allow null keys or values. All of the above Only (1) and (2) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Yes, all the above three statements are true about the Hashtable in java.