Answer Posted / janet
The Hashtable class implements a Hashtable data structure.A
Hashtable indexes and stores objects in a dictionary using
hash codes as the objects's keys. Hash codes are integer
values that identify objects.
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the difference between length and length() method in java?
What about main() method in java ?
What is the difference between the file and randomaccessfile classes?
Can you instantiate the math class?
What is meant by memory leak?
Explain about sets?
What is diamond operator in java?
What are constants?
Define an enumeration?
Can variables be used in java without initialization?
What is codebase?
Difference between static synchronization vs. Instance synchronization?
What is exception propagation?
Why deletion in linkedlist is fast than arraylist?
What is the intersection and union methods?