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 reflection api?
What is the generic function?
What are teh sub-classes of a component class?
whats string ?
What is classpath?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is mvc in java?
What super () does in java?
Is class forname reflection?
when,where and how to use abstract class and interface
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How do you read a char in java?