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 is the purpose of sizeof operator?
What is the structure of java?
How will you print number in reverse (descending) order in BST.
What do you understand by a Static Variable?
What is fail first in java?
Can list contain null in java?
What are the differences between forwarding () method and sendredirect() methods?
Why set do not allow duplicates in java?
What is keyword auto for?
What does string intern() method do?
Is java developer a good career?
How to use string tokenizer class.
Which is faster set or list in java?
What is the default access specifier for variables and methods of a class?
Why is static used?