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 an example of a constant variable?
What is t in generics in java?
What is super in java?
What is predicate in java?
Write a program to reverse array in place?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Why is whitespace important?
What are the legal parameters?
What is meant by inheritance and what are its advantages?
Why deletion in linkedlist is fast than arraylist?
What is a 16 bit word?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
How do you sort objects in java?
Can we sort hashset in java?
How many boolean functions are there?