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 |
What are the different types of collections views being provided by the map interface? : java collections
What is a constructor?
What are the classes in the java collection framework? : java collections
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
waht are architecture of web application?
What are the different types of features of the java collections framework? : java collections
What are the types of interface used in the java collections? : java collections
Explain JSP life cycle?
httt method
what is the difference between checked and unchecked Exceptions?
Is it Mandatory to map each pojo class variable with table column in Hibernate? Is there any alternative to skip some of those? Thanks in advance...
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;