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 the difference between comparable and comparator in java.util pkg?
what is jndi?
what are callback methods?
please mail me the interview question based on java/j2ee
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
what protocols does JNDI provide an interface to?
What is a constructor?
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
What are the uses of the set interfaces in the java collections? : java collections
What are maps interfaces in the java collections? : java collections
Which is the better framework for web applications, struts or spring, and why?