what is the difference between HashMap And HashTable?
Answer Posted / guest
HashMap is a nonsyncronized and HashTable is a
syncronized.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Is null an object in java?
Can we use this () and super () in a method?
Why do we need array in java?
What are the two types of java programming?
Why do we override tostring method in java?
Can main() method in java can return any data?
Can a class have more than one object?
What are the main uses of this keyword?
Differentiate between a class and an object.
Is age a discrete variable?
What is the difference between checked exception and unchecked exception?
Does sprintf add a null terminator?
How will you reverse a singly-link list?
What is the multi-catch block in java?
What about anonymous inner classes in java?