what are design patterns?

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


Please Help Members By Posting Answers For Below Questions

Is jdbc object oriented?

506


What are the basic exceptions in jdbc?

530


What is executeupdate in java?

477


Is java a database?

504


What are clob and blob data types in jdbc?

569






What is xe in oracle jdbc url?

546


What is connection pooling and why it is used?

528


What are different parts of a url?

506


How will you perform truncation using JDBC?

583


What does the connection object represents?

561


How do we load the drivers?

553


How can we maintain the integrity of a database by using jdbc?

537


What does executeupdate return in jdbc?

513


Explain about multiple implementations and drive manager?

568


Explain the difference between rowset vs. Resultset in jdbc?

579