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 off heap memory?
What is difference between array and arraylist in java?
What is the use of bin and lib in JDK?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is instance example?
what are Hostile Applets?
What happens if a constructor is declared private?
What are the parameters used in Connection pooling?
What is set and get methods in java?
Explain the scope of a variable.
what is deadlock in threads? with example