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 |
difference between arraylist and linkedlist otherthan performance
What about interthread communication and how it takes place in java?
How variables are declared?
What is the use of keywords in java?
What is function and its uses?
What is the use of static methods?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Which number is denoted by leading 0x or 0x in java?
What is the difference between assignment and initialization?
How to sort double array in java?
Explain importance of finally block in java?
What is the difference between serializable and externalizable interfaces?