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 |
Why vector class is used?
What is the purpose of a parameter?
Life Cycle of Thread
What is a ?
what is j2se
What is Java Package and which package is imported by default?
What do you mean by Function Overloading in java?
What is null in java?
What is ascii code?
Explain when classnotfoundexception will be raised ?
Why do we need data serialization?
Why do we use threads in java?