InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of Java Design Patterns? |
|
Answer» Design patterns are TEMPLATE-based reusable solutions to help developers work EFFORTLESSLY in multiple projects. In Java, the design patterns are flexible and help to identify unwanted repetitive code easily. The architecture of the SOFTWARE can be customised as per the requirements. Some of the advantages of using design patterns in Java are:
|
|