wnet use DAO design in u r project?



wnet use DAO design in u r project?..

Answer / kalyan

Bascially DAO is used in three tier architecture.
Three tire architecture is comprised of the following layers

1.Presentaion layer
2.Business layer
3.Data Access layer

Data Access layer will have all the code to intercat with
the data base server.so that when next time the data base
server is changed there is no need to chane in the present
and business layers.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Java J2EE AllOther Interview Questions

please mail me the interview question based on java/j2ee

0 Answers   Wipro,


How to use ANT?

2 Answers  


what is the difference between checked and unchecked Exceptions?

4 Answers   CTS,


What is the use of the list interface in the java collection? : java collections

0 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  






Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers

2 Answers   HCL,


What is deque in the java collections framework? : java collections

0 Answers  


HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS

0 Answers  


What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


Which is the better framework for web applications, struts or spring, and why?

1 Answers   IBM, TATA,


I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?

4 Answers  


Categories