Answer Posted / 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 View All Answers
can u draw class/object diagram for ATM
What are the different types of collections views being provided by the map interface? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the interfaces in java collections? : java collections
What are the queues in the java collection framework? : java collections
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What is iterator in the java collections framework? : java collections
What is the use of hashcode in java ?
What are maps interfaces in the java collections? : java collections
What are the different types of classes implemented in the set interfaces? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
How is hashset maintained in memory by java ?
What are the main classes of the list interfaces? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
what is mean by hasing and maping in java platform and advantage?