what is the difference between HashMap and Hashtable
Answer Posted / venkatesh marni
in the HashMap & Hashtable wen ever key values are Same then
it maps only to the value which is mapped at last.
REFER to the ANS.9 above we can access only one value.
but Hashtable is Synchronized one and it wont stores any
null values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is implicit object in java?
What is import java util arraylist?
What are singleton services?
What is java reflection?
Can an interface be final?
What are the loops in java?
Which variable is the independent variable?
Does java return by reference?
What is the method in java?
What is the advantage of functional interface in java 8?
What are keyboard events?
What is pangram in java?
What is the basic of java?
Why is stringbuffer faster than string?
Is void a type?