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 three basic components of the odbc architecture?
In which ways is driver class is registered with drive manager?
What is the difference between client and server database cursors?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
Why would you use setautocommit(false) in jdbc?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
List the common jdbc exceptions ?
What are the different types of statements? How we can you use preparedstatement.
Is jdbc database independent?
Why isn't the java.sql.DriverManager class being found?
Differentiate between stored procedure and functions?
How can we set null value in jdbc preparedstatement?
What is namedparameterjdbctemplate?
What are the types of jdbc drivers that exist?
What is java soft framework?