Answer Posted / mvkotekar
DAL stands for Data Access Layer one of the design patterns
used in application Design architecture. DAL used in
UI ->BL->DAL->DB
The IO from UI is passed to BL. The BL talks with DAL for
retriving and updating values in the database. DAL forms a
bridge between the Buisness Logic (BL) and the Database (DB).
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why should we not use singleton pattern?
Hi, I have 9backlogs in btech and i am 2008 passed out,am working with an MNC from past 3 years.now, am willing to do MS, will it be any problem for me?
How do you choose a design pattern?
Why have we used synchronized here?
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 are the most important software design patterns?
What is the difference between factory and abstract factory design pattern?
what is the lazy design pattern?
Why is singleton bad?
What are the SDLC phases you have invloved ?
What are the main types of concurrency design patterns?
Can we inherit singleton class?
What is a lazy initialization in singleton?
What is the difference between builder and composite?
What are the types of design patterns?