What is design pattern and there types?

Answers were Sorted based on User's Feedback



What is design pattern and there types?..

Answer / rsn ben

Design patterns are patterns used to manage/form/construct 'objects'.According to Gang of Four book,originally 23 design patterns are there.
Examples:
Singleton,Decorator,Template method.

Is This Answer Correct ?    0 Yes 0 No

What is design pattern and there types?..

Answer / 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

More Core Java Interview Questions

List interface?

2 Answers  


What is java util list?

0 Answers  


What is the new line character?

0 Answers  


Does windows 10 need java?

0 Answers  


What is "Java Native Interface" and how to use it?

1 Answers   IBM,


List implementations of list interface?

0 Answers  


Describe the process as to how substring() methodology mechanisms in java.

0 Answers  


what is hashmap& hashtable with example?

1 Answers   CTS,


What does snprintf return?

0 Answers  


Is Cegonsoft Pvt.Ltd. a good Institute?

4 Answers  


What restrictions are placed on method overriding in java programming?

0 Answers  


List out five keywords related to exception handling ?

0 Answers  


Categories