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 panel and frame ?

7 Answers   HCL, IBM, Raim Techno Solutions,


What are the differences between graph and tree?

0 Answers   Amazon,


What are the restrictions that are applied to the java static methods?

0 Answers  


What happens when you assigned a 'double' value to a 'String'?

8 Answers  


What is the maximum length of a url?

0 Answers  






Can we access a database using applets?

2 Answers   Hewitt,


Is a copy constructor?

0 Answers  


what is the replacement for GOTO in java?

2 Answers   CTS,


What is the lifetime and scope of a variable?

0 Answers  


What is <> used for in java?

0 Answers  


What is meant by overloading?

0 Answers  


Difference between the paint() and repaint() methods?

1 Answers  


Categories