What is need of DAO? Write one simple DAO example?
Answer Posted / ankit
DAO(Data Access logic) provide the machanism to saperate our bussiness logic from data access logic and both code can be change independently that lead to flexibility in our application. and it also provide security because when will see spurce code from web page only the business logic can be seen and cant see the data access logic . and it also provide reusability
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
what is mean by hasing and maping in java platform and advantage?
What are the types of interface used in the java collections? : java collections
What are the types of java collections? : 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 differences between the java collection and the java list? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
What are the different types of ways where you can iterate over a list? : java collections
What are the types of the main implementing classes in the map interfaces? : java collections
Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
What is iterator in the java collections framework? : java collections
What are the interfaces in java collections? : java collections
What is the enumerator of the java collection framework? : java collections
What is the use of hashcode in java ?