Answer Posted / yogesh sanas
Map map = Collections.synchronizedMap(new HashMap());
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why can we not override static method?
What is the use of beaninfo?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is difference between == equals () and compareto () method?
What is string in java? String is a data type?
What is the basic of java?
What are the differences between c++ and java?
What is polymorphism in java? What are the kinds of polymorphism?
How many bits is a boolean?
What is volatile keyword in java
Explain the use of shift operator in java. Can you give some examples?
What is meant by memory leak?
Name few java.lang classes introduced with java 8 ?
Where to store local variables?
Can we write class inside a class in java?