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 field variable and a local variable?

0 Answers  


What is arrays fill in java?

0 Answers  


What is OOP?

2 Answers   BMC, Microsoft,


Why string is popular hashmap key in java?

1 Answers  


What are the types of strings?

0 Answers  






What is hotjava?

0 Answers  


Is hashset ordered?

0 Answers  


How do you remove an element from an arraylist in java?

0 Answers  


Can we have any other return type than void for main method?

0 Answers  


What is the point of java?

0 Answers  


What is difference between jdk,jre and jvm?

0 Answers  


What is classpath?

0 Answers  


Categories