INTERVIEW QUESTIONS
J2EE
JAVA PATTERNS
DETAILS
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.
|