what is difference between business delegate and data access
object(dao)? in java?



what is difference between business delegate and data access object(dao)? in java?..

Answer / 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

More Core Java Interview Questions

What is queue in java?

0 Answers  


What class of exceptions are generated by the java run-time system?

0 Answers  


How does synchronized modifier work?

1 Answers   IBM,


What is the difference between method overriding and overloading?

0 Answers  


What is a numeric digit?

0 Answers  






What is int short for?

0 Answers  


What is method Overloading in the perspective of OOPS?

6 Answers  


State the difference between strings and arrays.

0 Answers   Syntel, Visa,


Why string is a class?

0 Answers  


What is the difference between abstraction and encapsulation?

0 Answers  


How core java/j2ee project performance can be measured ?

1 Answers  


What is object-oriented programming?

0 Answers  


Categories