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 keyword auto for?
What is unicode with example?
What are the files generated after using IDL to java compiler?
What are the restrictions that are applied to the java static methods?
Compare java and python.
What is a default constraint?
What is the base class for error and exception?
What are the advantages of the model over the event- inheritance model?
Objects or references which of them gets garbage collected?
can u override the start() method of Thread class
Explain method local inner classes ?
What is the difference between pass by reference and pass by pointer?