InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about Design Patterns in the context of Java? What are the different types of design patterns in Java? |
|
Answer» Design patterns are reusable SOLUTIONS for common software development challenges. REPETITIVE code, redundant functions, and logic are examples of these issues. These aid in the development of software by reducing the amount of effort and time required by the developers. Design patterns are widely used in object-oriented software products to incorporate best PRACTICES and promote reusability in the development of reliable code. Design patterns are DIVIDED into three categories. They are as follows:
|
|