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
Why we use multi threading instead of multiprocessing?
Can we have try without catch block?
What are the methods available in a class?
What is args length in java?
What modifiers may be used with a top-level class?
How to create a custom exception?
What is static import?
Explain wrapper classes in java?
How to sort a collection of custom Objects in Java?
Why does java not allow multiple public classes in a java file ?
What is java in simple terms?
What is the difference between an array and an array list?
How do you sort a list in java?
Why lambda expression is used in java?
Is 0 an irrational number?