How can you say HashMap is syncronized?
Answer Posted / dijesh
hashmap is unsynchronised and hash table is
synchronised.....hashmap permits null...but hashtable does
not.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is double parsedouble in java?
Explain the difference between an Interface and an Abstract class?
What is the byte range?
What is regex java?
What is split return?
Why are lists ordered in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Give an example of use of pointers in java class.
What should I import for arraylist in java?
How is a variable stored in memory?
When does a class need a virtual destructor?
what is singleton class in java?
What is a null check?
What are runtime exceptions?