Java Design Patterns Question:

Explain about state dependence?

Answer:

State dependence tells you about the action performed on the object whether succeeded or failed, action which can be performed, monitoring methods, postponing, triggering, preventing, etc. This is also used to monitor methods.

Read All 29 Java Patterns Questions
Previous QuestionNext Question
State the purpose of why a Java singleton should be used?Explain about particle canvas?