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
Explain try and catch keywords in java?
Does string is thread-safe in java?
What is skeleton and stub?
What is a package in java? List down various advantages of packages.
What is the different types of functions?
What is final variable?
What is stored procedure. How do you create stored procedure ?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
Can we call the constructor of a class more than once for an object?
What is public/private protected in java?
What is the base class of all classes?
What does this () mean in constructor chaining concept?
What defines function?
What is e java?
What are recursive functions?