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
What is difference between jdk,jre and jvm?
What is replaceall in java?
What is tree node in java?
Is logger a singleton?
Can keyword be used as identifier?
What does || mean in vectors?
what is meant by encapsulation?
Why we cannot override static method?
What is static data type in java?
What is the use of singleton class?
What is the difference between delete and delete[]
Can we compare two strings in java?
What is the difference between a constructor and a method?
Will set allow duplicates in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?