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 is java virtual machine
what is difference between business deligate and session facade ?
What is the use of the list interface in the java collection? : java collections
what protocols does JNDI provide an interface to?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
lll
what is filter ?
What is Visual Source Safe(source control Tool)?
waht are architecture of web application?
what is mean by hasing and maping in java platform and advantage?
what is the difference between checked and unchecked Exceptions?
What are the interfaces in java collections? : java collections