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
Can long be null in java?
How to create com object in Java?
How to solve the problem of generating the unique hash keys with hash function?
Can finally block be used without a catch?
How do you access command-line arguments within the code?
Explain differences between checked and unchecked exceptions in java?
Can an unreferenced object be referenced again?
what are the states associated in the thread? : Java thread
What do you know about java?
Can you change array size in java?
What are some examples of variable costs?
What are the different http methods?
Why is singleton instance static?
Is string a datatype?
What is the formula to calculate percentage?