adspace


What is a 3 tier architecture?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490