Answer Posted / yogesh sanas
Map map = Collections.synchronizedMap(new HashMap());
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a data structure java?
What is arrays fill in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Why java is object oriented?
What does string intern() method do?
How to remove the trailing spaces from a string?
Give reasons supporting that string is immutable.
What is the difference between array and array list in java?
When would you use a static class?
What is function overriding and overloading in java?
explain local datetime api in java8?
What is the finalize method do?
What is string in java is it a data type?
What is a hashmap used for?