What is Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Answer Posted / guest
MVC is a 3 tier
Model - Interacts with Database .java (POJO, DAO, Form
Beans)
View - Represents the UI/user interaction (JSP)
Controller - Communicates between the model and view
(Servlets)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How we can make copy of a java object?
How to display names of all components in a Container?
Is 0 true or false in java?
When will you define a method as static in Java?
What is the purpose of void?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
Why java is made?
What is numeric data type?
What are checked exceptions?
Why chararray() is preferred over string to store the password?
Explain the init method?
What is the difference between static and non-static variables in java programming?
What is java regex?
How infinite loop is declared?
What is a short in java?