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 we override private method in java?
Explain about main() method in java ?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Does java list allow null?
how are methods defined?
What is the purpose of a transient variable?
Differentiate between postfix and prefix operators in java.
Can a class be private or protected in java?
Is binary a low level language?
What is function declaration?
How many bits is a string in java?
What is lazy initialization in java?
What are the object and class classes used for?
How many threads does a core java have?
Define "Access specifiers" in java.