Multiple choice How many constructors of HashTable Class are there in java collections framework? 6 5 4 3 2 Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the correct answer, as there are 4 constructors of HashTable Class in java collections framework. These constructors are Hashtable, Hashtable(int initialCapacity, Hashtable(int initialCapacity, float loadFactor)Hashtable(Map t).