what is difference between business delegate and data access
object(dao)? in java?
Answer Posted / nrayakwar
Both are different design pettern. name drives their
functionality.
Business Delegate : it is used decouple presentation and
business layer. it avoids to intract presentation client to
understand your business services.
Data Access Object : DAO is used on database layer,
generally it is used to avoid database intraction by EJB or
Business Object. it is used to retreive and store data.
mostly I preferred, DAO is used with Value Objects
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between state-based unit testing and interaction-based unit testing?
Does java support multiple inheritance or not?
How to check if a list is sorted in java?
What is a parameter in matrices?
What is the difference between superclass and subclass?
Explain what pure virtual function is?
Why doesn't the java library use a randomized version of quicksort?
What is continuity of a function?
What is the relationship difference the canvas class and the graphics class?
What are the two categories of data types in the java programming language?
What is the final access modifier in java?
What is the difference between Java and C++?
Define "Access specifiers" in java.
What is the maximum size of list in java?
Difference between static and dynamic class loading.