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 lambda programming?
Why does java have two ways to create child threads? Which way is better?
What are the restrictions that are applied to the java static methods?
What is a copy constructor in java?
How to split a string in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Explain list interface?
What is logical variable?
What is a vararg?
Is object a data type in java?
If a method is declared as protected, where may the method be accessed in java programming?
What is an off by one error in java?
How to create an interface?
In java, how many ways you can take input from the console?
What are the different types of java?