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 queues in the java collection framework? : java collections
What are the types of interface used in the java collections? : java collections
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
what is the difference between checked and unchecked Exceptions?
my interviewer asked me what technical specification you used how to answer that question
What are the types of the main implementing classes in the map interfaces? : java collections
What are the different types of collections views being provided by the map interface? : java collections
What is the difference between Eclipse and MyEclipse?
What is IOC in spring?
what is jndi?
What is a constructor?
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?