What is design pattern and there types?
Answer Posted / s swain
A design pattern is a well described solution to a common software problem.
Some of the benefits of using design patterns are:
Design Patterns are already defined and provides industry standard approach to solve a recurring problem, so it saves time Using design patterns promotes reusability It helps in reducing total cost of ownership (TCO) of the software product.it makes our code easy to understand and debug. It leads to faster development
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is char a method in java?
Difference between nested and inner classes ?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is collection api?
What is string length in java?
How many java versions are there?
What is the advantage of functional interface in java 8?
What are "methods" and "fields"?
What is user defined exception in Java?
How can you generate random numbers in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
How to change the priority of thread or how to set the priority of thread?
Does java initialize arrays to zero?
What is the difference between replace and replace all?
What causes memory leak in java?