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
What is executeupdate in java?
What is the latest version of JDBC? What are the new features added in that?
What is jdbc architecture in java?
Is odbc an api?
What is database deadlock ? How can we avoid them?
What is jndi lookup?
What is @entity in java?
How many jdbc driver types are there?
What is data source in java?
What are the different types of locking in JDBC?
What are the ddl statements?
Why are we using blob datatypes in jdbc?
What is jdbc databasemetadata interface?
What are the advantages of using preparedstatement over statement?
What causes the "No suitable driver" error?