What is Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Answer Posted / aditya sharma
Three tire architecture as Module View Controller.
Tier 1: the client contains the presentation logic,
including simple control and user input validation. This
application is also known as a thin client.
[Jsp]
Tier 2: the middle tier is also known as the application
server, which provides the business processes logic and the
data access.
[Servlets, Java, DAO]
Tier 3: the data server provides the business data.
[Database]
Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Why there are some null interface in java? What does it mean?
What is lambda expression in java?
Is null a string in java?
What are keywords and reserved words in java?
Is string an object?
What is the main use of generics in java?
What is the latest java version?
Explain the difference between throw and throws in java?
Is java still necessary?
How do you control extraneous variables?
What is square root in java?
Is array primitive data type in java?
What is thread safe in java?
What are the two types of java programming?
What is string intern in java?