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
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What are the differences between string and stringbuffer?
Explain about java sdk?
Are arrays static in java?
What is primitive data type in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
What is null object in java?
Can we declare an interface as final?
How do you test a method for an exception using junit?
Program to Find the second largest element in an array.
Explain the access modifiers for a class, method and variables?
What is a function in java?
What does int argc char * argv [] mean?
What is difference between Heap and Stack Memory?
Can an integer be null java?