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
What is singleton design pattern in java?
Is dependency injection a design pattern?
Explain three types of components comprise an application design?
Can we inherit singleton class?
What is the gang of four design pattern?
What is synchronizer token pattern?
Is mvc is a design pattern?
What are the 23 design patterns?
Can we make the reference instance non static?
When singleton pattern is used?
What is the difference between proxy and adapter?
What is difference between function oriented design and object oriented design?
How do you choose a design pattern?
Is singleton scope thread safe?
Is singleton bean thread safe?