Answer Posted / dheeraj
DAL is a class which you can for talking to database. In
this case you do not need to worry about creating DB
connection, destroy db objects, connection pooling.
Everything is handled by DAL for you. You only need to
create class derived from DAL and define sored procedures
and classes for storing result from stored procedures.
This is very convenient way of talking to DB.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why singleton beans are not thread safe?
What is singleton and factory pattern?
Which design patterns have you used in your project ?
What are the main usage of the patterns?
What is single tone design pattern in java?
What are structural design patterns?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What is the difference between factory and builder design pattern?
Why have we declared the instance reference volatile?
What are creational design patterns?
How do you choose a design pattern?
What are the categories in which the design patterns can be divided?
What is the difference between builder and composite?
What are the most important software design patterns?
Can we make the reference instance non static?