Answer Posted / srinivas.parigi
design patterns are a good solutions for reoccuring
problems in the development of appliation, and these are
designed by senior software developers by using very good
frameworks.
using design pattens a junior can spend less time to solve
the problems insted of spending lot of time for reoccuring
problems in the development of applications.
Ex :
single thread model,DataAccessObject,DataAccesLogic,
mvc-II(most popular today using in all development of
applications)
ejb design patterns(EDP) : SLDP(service locator design
pattern),Business deligate desing patt,Home cash
DP,DataTransfer Object (DTO)SessionFecade(SF),etc
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain how data flows from view to db and reverse
What is connection data?
What is db client?
How to insert an image or raw data into database?
What do you mean by odbc?
What is difference between statement and preparedstatement in jdbc?
Is possible to open a connection to a database with exclusive mode with JDBC?
Is jdbc open source?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
Explain about the Try Block?
Why do we need jdbc api?
What are the new features available in jdbc 4.0?
What causes no suitable driver error?
What are the different types of classes in the api component?