What are the Design Patterns you know

Answers were Sorted based on User's Feedback



What are the Design Patterns you know..

Answer / alex

Basic(
interface,
Abstract parent class,
Private methods,
accessor methods,
constant data manager,
immutable object,
monitor
)
Creation(
Factory method,
Singleton,
Abstract Factory,
Prototype,
Builder
)
Collectional(
Composite,
Iterator,
Flyweight,
Visitor
)
Structural(
decorator,
adapter,
chain of responsibility,
facade,
proxy,
bridge,
virtual proxy,
counting proxy,
aggregate Enforcer,
Explicit Object release
Object cache
)
behavioral(
Command,
Mediator,
Memento,
Observer,
Interpreter,
State,
strategy,
Null Object,
Template Method,
Object Authenticator,
Common attribute registry
)
concurrency(
critical section,
consistent lock order,
guarded suspension,
read-write lock
)

Is This Answer Correct ?    2 Yes 0 No

What are the Design Patterns you know..

Answer / bm mbuthu

Facade Pattern
Strategy Pattern
Bridge Pattern
Abstract Factory Pattern
Adapter Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / aria

Producer Consumer Pattern
Singleton Pattern

Is This Answer Correct ?    0 Yes 1 No

What are the Design Patterns you know..

Answer / furqan hashmi

Flyweight Pattern
Command Pattern
Mediator Pattern
Iterator Pattern
Proxy Pattern

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Design Patterns Interview Questions

Is dependency injection a design pattern?

0 Answers  


Can any one suggest me the best institute for Software Design , Design Patterns and architecture in Hyderabad please. Thanks in Advance.

2 Answers   IBM, KPIT,


What is factory method in design pattern?

0 Answers  


What is the difference between adapter and facade?

0 Answers  


i have file(ps),dont know how many records are there. move half of the records to 2 files. how can we do

1 Answers   IBM, Infosys,






What are the most commonly used design patterns?

0 Answers  


3. Discuss the concept of system transition strategy

0 Answers  


Describe the builder design pattern

0 Answers  


When singleton pattern is used?

0 Answers  


Is singleton bean thread safe?

0 Answers  


what is cascading order?

1 Answers  


What are the languages used in the design pattern?

0 Answers  


Categories