What is a 3 tier architecture?
Answer / Rahul Kumar Srivastav
A 3-tier architecture is a design pattern used in software engineering, particularly for web applications. It consists of three logical layers: the Presentation Layer (handles user interface and user interactions), the Application Logic Layer (performs business rules and processes), and the Data Access Layer (manages data storage).
| Is This Answer Correct ? | 0 Yes | 0 No |
what is sqlexceptiontranslator?
Tell us about spring dao.
Can we send an object as the response of controller handler method?
How does spring mvc work?
What exceptions do the dao classes, use in spring throw?
What is mvc in swing?
Why would you use a singleton?
What is the difference between spring boot and spring mvc? : Spring Boot
How many types of injection method used in spring?
What is the difference between spring jdbc and hibernate?
How to check (validate) the form data in the spring web mvc framework?
What is the concept of dao? : Spring Boot