what is difference between business delegate and data access
object(dao)? in java?
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 |
What is a for loop in java?
How do you square a number?
What are different access specifiers in java? Explain
What is the method to expand and collapse nodes in a jtree?
Write a program in java to create a doubly linked list containing n nodes.
Explain the difference between protected and default access.
Is a class an object?
State two differences between C and Java.
How can constructor chaining be done using this keyword?
What is function declaration?
What is member in java?
What is bom encoding?