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


Please Help Members By Posting Answers For Below Questions

Tell us something about set interface.

564


Given a singly linked list, determine whether it contains a loop or not without using temporary space?

582


Can you override static methods?

502


Difference between string, string builder, and string buffer?

530


What are the basic control structures?

501






Why are the objects immutable in java?

548


Explain about oops concepts.

636


How do you override a variable in java?

533


What is the flag in java?

612


How will you initialize an Applet?

621


How to implement an arraylist in java?

508


What are the new features in java 8?

572


Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?

543


What is java string pool?

545


What is the properties class in java programming?

547