Which Design Patterns you know?

Answer Posted / sri

What is desing pattern?
Commonly accepted solution for a particular problem is
called design pattern.
We can classify the design patterns into two.
1. Java core patterns.
2. J2ee Design patters.

Core patterns.
1) Creational (Factory pattern, singleton pattern....etc)
2) Structural (Adaptor, Composite... etc)
3) Behavioural(Command, Template, Strategy... etc)

Entepise Patterns. (We can catagoize by layer)
1) Business Facade - Business Layer
2) Business Interface - Business Layer
3) DAO pattern - Persistent Layer
4) Composite View - Presentation Layer
5) synchronized - Presentation Layer
6) Service Locator... etc...

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the builder pattern?

640


Can you explain singleton pattern?

574


What are the disadvantages of singleton pattern?

586


What are the 23 design patterns?

722


What are the main types of concurrency design patterns?

585






What are the design patterns you know explain?

593


What is the creational design pattern?

631


What is synchronizer token pattern?

612


Quartus II software version 6.0 is available for which operating systems (OS)?

1923


What is the use of such a class?

668


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

586


What is meant by design pattern?

582


5.Develop an entity relationships diagram that identifies physical entity relationships.

2450


What is the difference between architecture and design?

587


What is the behavioral design pattern?

660