Java Design Patterns Question:
What are the contexts in which Patterns can be used?
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.
► 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 Question | Next Question |
Describe some of the uses of patterns (Java)? | Explain about the concept of Generative in Patterns? |