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
How do you convert an int to a double in java?
What variables are stored in stack?
Can you instantiate the math class in Java?
Why is java not 100% pure oops?
What are loops in java? What are three types of loops?
What are access specifiers in java ?
How can you say java is object oriented?
When should I use singleton pattern?
How thread scheduler schedule the task?
What is the function of compareto in java?
What is thread start?
What is the difference between length and size in java?
What are the escape sequences in java?
What is the string function?
Is space a char?