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 |
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
Can you give few examples of final classes defined in java api?
Is char a method in java?
Why pass by reference is not possible in java?
How many types of assembly languages are there?
explain me with a code snippet about the generation and handling of null point exceptions.
There are 100 keys and values in HashMap.how to get the keys and values?
What are the difference between composition and inheritance in java?
In which order the iterator iterates over collection?
Which is best ide for java?
What is nextint java?
What is the use of math abs in java?