What is a 3 tier architecture?



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

Post New Answer

More Spring Framework Interview Questions

what is sqlexceptiontranslator?

1 Answers  


Tell us about spring dao.

1 Answers  


Can we send an object as the response of controller handler method?

1 Answers  


How does spring mvc work?

1 Answers  


What exceptions do the dao classes, use in spring throw?

1 Answers  


What is mvc in swing?

1 Answers  


Why would you use a singleton?

1 Answers  


What is the difference between spring boot and spring mvc? : Spring Boot

1 Answers  


How many types of injection method used in spring?

1 Answers  


What is the difference between spring jdbc and hibernate?

1 Answers  


How to check (validate) the form data in the spring web mvc framework?

1 Answers  


What is the concept of dao? : Spring Boot

1 Answers  


Categories