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 |
explain System.out.println()
What are Access Specifiers and Access Modifiers.
What do you mean by object?
What is the purpose of using the java bean?
How to implement a multithreaded applet?
Difference between string, string builder, and string buffer?
Can we override constructors in java?
what is the difference between the "protected and default" modifiers?
What is the use of volatile in java?
What are the restrictions imposed by a Security Manager on Applets?.
What is the difference between length and size in java?
Which class is the superclass of all classes?