Answer Posted / design baboo
Data Access Layer or DAL in an application is the layer which
takes care of interaction with database. In DAL , generally
Insert, Update and Delete Queries are written. DAL sits
between database and the Business layer.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the types of the proxy design you will get in the design pattern?
What design pattern wrapper classes implement?
What is the difference between factory and builder design pattern?
What is the use of repository pattern?
What are the disadvantages of singleton pattern?
Write the code for a singleton class?
Is bean a singleton?
What are the 23 design patterns?
What is the difference between proxy and adapter?
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 clean architecture?
Are you using singleton in your code?
What is the creational design pattern?
What is the executor design pattern?
What is the use of such a class?