How many types of syncronization?
Answers were Sorted based on User's Feedback
Three type of synchronization
1) Class level synchronization.
2) Block level synchronization.
3) Method level synchronization
| Is This Answer Correct ? | 3 Yes | 1 No |
What is a singleton in genetics?
What are static blocks and static initalizers in java ?
what is difference between interface and abstract class..?
Can we call the constructor of a class more than once for an object?
What is the difference between super class & sub class?
how to minimize the functionality to will not force garbage collector?
Explain about the dynamic behavior of core java?
How large is a boolean?
When would you use a static class?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
What is an interface in java? Explain
What is the difference between throw and throws? What is the similarity between try and throw?