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 are the object and class classes used for?
what are the states associated in the thread? : Java thread
Can a class with private constructor be extended?
Explain what access modifiers can be used for methods?
Why does it take so much time to access an applet having swing components the first time?
How to provide security in java
What is callablestatement? How you can call stored procedure to pass in parameter?
What's the base class of all exception classes?
Can an interface have a constructor?
What is number data type in java?
Does google use java?
Is null an object java?
What is meant by string is immutable?
What is synchronization and why is it important in java programming?
What is an infinite loop? How infinite loop is declared?