Java Design Patterns Question:
Explain and detail about Java patterns?
Answer:
Patterns are very useful programming technique to a programmer. They tend to make solutions easier by creating a design pattern which can be used by a different developer other than the creator. They function as problem solving documentation. Solutions offered by Java Patterns are very practical rather than theoretical.
Previous Question | Next Question |
What are Anti-Patterns? | Describe some of the uses of patterns (Java)? |