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

How would you use Bubble Sort to sort the number of elements?

0 Answers   Genpact,


What is a numeric format?

0 Answers  


What are the java ide’s?

0 Answers  


What is the loop in java?

0 Answers  


What is a method declaration?

0 Answers  






What are the common problems you have faced while implementing Java?

1 Answers   IBM,


What is functional interface in javatpoint?

0 Answers  


How do you execute a thread in java?

0 Answers  


What if constructor is protected in java?

0 Answers  


What is yielding and sleeping? how they different?

2 Answers  


What is the core java?

0 Answers  


Can a class declared as private be accessed outside it’s package?

0 Answers  


Categories