Java Design Patterns Question:

What are the contexts in which Patterns can be used?

Java Patterns Interview Question
Java Patterns Interview Question

Answer:

Java patterns are used in these scenarios they are: -
► Giving solutions to recurring problems.
► Practical solutions to real world problems rather than theoretical solutions.
► It can also be used to document real world solutions to a particular problem.
► It can work really well for given concern or trade offs.


Previous QuestionNext Question
Describe some of the uses of patterns (Java)?Explain about the concept of Generative in Patterns?