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

What is the difference between a checked and an unchecked exception?

0 Answers   Cyient,


Where are local variables stored?

0 Answers  


What do u mean by variable?

0 Answers  


How to declare unique ArrayList ?

6 Answers   RMSI,


What are the basic interfaces of java collections framework?

0 Answers  






Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


What is the method overriding?

0 Answers  


Print Vertical traversal of a Binary Tree.

0 Answers   Amazon,


Is it possible to compare various strings with the help of == operator?

0 Answers  


When can an object reference be cast to an interface reference in java programming?

0 Answers  


What is a lightweight component?

0 Answers  


Explain the concept of hashtables?

0 Answers  


Categories