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
Is singleton scope thread safe?
What are the types of design patterns?
Which design patterns have you used in your project ?
Is mvc a software design pattern?
What are the examples of the behavioral design patterns?
Why singleton beans are not thread safe?
Is oop a design pattern?
Why have we used synchronized here?
What is a behavioral design pattern?
Can you explain singleton pattern?
What is single tone design pattern in java?
What is lexi design pattern?
Are you using singleton in your code?
What non-visual coding tools are available for web design?
What is the behavioral design pattern?