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
Why is it important to initialize a variable?
How many types of memory areas are allocated by jvm?
What are the four corner stones of oop?
Explain the difference between extends thread vs implements runnable in java?
What does java ide mean?
What is your platform?s default character encoding and how to know this?
What is ‘is-a ‘ relationship in java?
What is the new line character?
What is null statement?
What programs use java?
Which collection is sorted in java?
What are java packages? What is the significance of packages?
What should I import for arraylist in java?
Explain treeset?
What is the difference between the font and fontmetrics classes in java programming?