what is difference betwwen hashmap and hashtable ?
Answer Posted / ravikiran
hashmap allows one null key and multiple null values.
hashtable doesn't allow null elements
hashmap is not synchronized
hashtable is snchronized
hashmap is not legacy
hashtable is legacy
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
State the difference between creating string as new () and literal.
List types of storage classes in java?
What is static variable with example?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Explain different forms of polymorphism?
What about interthread communication and how it takes place in java?
How to instantiate member inner class?
What's the access scope of protected access specifier?
What do you mean by inner class in java?
placement papaers of spring computing technology
How do you compare values in java?
What is meant by object oriented programming – oop?
What is the difference between variable & constant?
How to create a fecelet view?
What is increment in java?