Answer Posted / ravikiran(aptech mumbai)
Hashtable implements Map inteface
Hashtable is a legacy class.
Hashtable makes use of hashing technique to save the objects.
Hashtable saves the values of objects as key value pairs.
Hashtable doenn't allows null keys or null values.
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What are new features introduced with java 8 ?
What do you know about java?
Does every java program need a main?
When should I use stringbuffer?
Explain the public class modifier?
What is an anonymous class in java?
Which list does not allow duplicates in java?
Which collection is best for sorting in java?
Can we convert list to set in java?
Is java a software?
What is the method to declare member of a class static?
Why declare Main() inside the class in java ?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is this keyword used for?
What do you meant by active and passive objects?