Java Design Patterns Question:
Download Questions PDF

Explain about fully synchronized objects?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

In a fully synchronized object all methods are synchronized. Encapsulation violations are generally neglected. Methods are finite which release locks. Even in the presence of exceptions state of the object is at the beginning and end of each method.

Download Java Patterns Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about open systems?Explain about locks?