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 is a variable stored in memory?
Can we store variables in local blocks?
How to avoid memory leak in java?
Can we assign the reference to this variable?
Differences between C and Java?
What are the important features of Java 10 release?
Why do we need array in java?
Can we override a variable in java?
What is t in generics in java?
Why pointers are not used in java?
What is the original name of java?
What is the java reflection api? Why it’s so important to have?
What is Enum in Java?
please send me hr interview questions in it industry
Why stringbuilder is not thread safe?