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
What are the examples of the behavioral design patterns?
What is aop design?
What are the languages used in the design pattern?
What is use case in clean architecture?
What is the use of repository pattern?
What are creational design patterns?
What are the types of the proxy design you will get in the design pattern?
Describe the builder design pattern
Why do we need singleton pattern?
What are the disadvantages of singleton pattern?
What is the singleton design pattern?
Give me example of chain of responsibility design pattern?
What is meant by design pattern?
Can we make the reference instance non static?
Is bean a singleton?