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 java literals?
What is nested class?
What is float in java?
What is update method and when it is called?
What is the difference between method and constructor ?
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
Can we have any code between try and finally blocks?
what is purpose of writting public static void main(Strind arg[]) in java..?
Which browsers work with java?
What is final method?
What are blocks?.