Answer Posted / srinu
This is method for synchronise HashMap
Map m1=Collections.synchronizedMap(Map m)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Difference between java and javascript
Can you inherit from an abstract class java?
Give a practical example of singleton class usage?
What is the difference between conversation & casting?
How many bits is a char?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Is heap stored in ram?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
How do you convert an int to a string in java?
How to pass arraylist to stored procedure in java?
What is classes in java?
What is autoboxing in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is a line break?
What's a method in programming?