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
What is an example of a boolean?
What is extension method in java?
What are the steps involved to write rmi based programs?
What are the advantages of encapsulation in java?
How do you sort in ascending order in java?
how to create multithreaded program? : Java thread
How do you calculate square roots?
What is type conversion in java?
Define jit compiler?
Can we convert stringbuilder to string in java?
Can a static method be final?
What is a "pure virtual" member function?
What are the four corner stones of oop?
How to make object serializable in java?
What will happen when using pass by reference in java?