Answer Posted / harishchand
Three type of synchronization
1) Class level synchronization.
2) Block level synchronization.
3) Method level synchronization
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to set the permissions to a file in java?
What does exp mean in math?
What is an inner class in java?
What is the difference between Error, defect,fault, failure and mistake?
Can size_t be negative?
Explain about exception propagation?
What is tcp ip in java?
List some oops concepts in java?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain java coding standards for constants?
Differentiate between stringbuffer and string?
Why java is made?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What are the topics in core java?
What is the use of :: in java?