Answer Posted / rajashree
Software professionals may be familiar with the
term "Design Patterns," but many have no idea of where they
come from and what they truly are. Consequently, some do
not see the value and benefits design patterns bring to the
software development process, especially in the areas of
maintenance and code reuse. This article will bridge this
gap by defining design patterns from a historical
perspective. It will also summarize the salient features of
a typical design pattern and arrive at a working definition
so that you will know what they are and what to expect when
you incorporate them into your designs. Finally, it will
explicitly summarize the benefits design patterns bring to
software development and why you should incorporate them
into your work. Subsequent articles will present more
detailed descriptions of some of the more common design
patterns, and how they can be applied to software
development on the .NET platform.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a jdbc connection pool?
How can I retrieve a String or other object type without creating a new object each time?
What is JDBC RowSet? What are different types of RowSet?
Is jdbc a web technology?
What are the different types of interfaces in the api component?
What is connection data?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Under what circumstances, that all four drivers are used?
How can I write to the log used by DriverManager and JDBC drivers?
What does connection pooling mean ?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
What are the different types of drivers under jdbc?
What does jdbc setmaxrows method do?
Explain the JDBC Architecture?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?