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
Does apple use java?
If a method is declared as protected, where may the method be accessed in java programming?
What is the nested interface?
Can a class be a super class and a sub-class at the same time? Give example.
What are nested classes in java?
Explain naming conventions for packages?
What is jvm? Why is java called the platform independent programming language?
What modifiers are allowed for methods in an interface?
What does flag mean in java?
Is call by reference possible in java?
how to write a server program and sending the mails to the server using smtp protocol please help me
How many ways can we create singleton class?
Which api is provided by java for operations on set of objects?
What is the main advantage of passing argument by reference?
What are thread groups?