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 the difference between executing, executequery, executeupdate in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the use of jdbc api?
What are the three parts of a jdbc url?
What is the difference between ojdbc6 and ojdbc7?
What are the differences between resultset and rowset?
What is addbatch jdbc?
Is jdbc a protocol?
What does the jdbc databasemetadata interface?
How can we maintain the integrity of a database by using jdbc?
How do we call a stored procedure from jdbc?
Why do we use jdbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is executequery in java?
What is two-phase commit in the database?