Answer Posted / naresh
In software engineering, a design pattern is a general
reusable solution to a commonly occurring problem in
software design. A design pattern is not a finished design
that can be transformed directly into code. It is a
description or template for how to solve a problem that can
be used in many different situations. Object-oriented
design patterns typically show relationships and
interactions between classes or objects, without specifying
the final application classes or objects that are involved.
Design patterns reside in the domain of modules and
interconnections. At a higher level there are Architectural
patterns that are larger in scope, usually describing an
overall pattern followed by an entire system.[1]
Abstract Factory
Builder
Factory Method
Prototype
Singleton
Adapter
Bridge
Composite
Facade
Flyweight
Proxy
Chain of responsibility
Command
Interpreter
Iterator
Mediator
Memento
Observer
State
Strategy
Template method
Visitor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the flow statements of jdbc?
What is jdbc class forname?
How can you retrieve data from the resultset using jdbc?
How many types of JDBC Drivers are present and what are they?
What are different types of ResultSet?
Is oracle client required for jdbc connection?
What port does jdbc use?
What is difference between odbc and jdbc?
What is a jdbc url?
Why do we need a jdbcrowset like wrapper around resultset?
Does jdbc use ssl?
What are the classes and methods used for sending sql statements to database?
What is in term of jdbc a datasource?
Why do we need jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?