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


Please Help Members By Posting Answers For Below Questions

How do you check if a character in a string is a digit or letter?

510


What is the difference between abstract class and interface1? What is an interface?

560


How do you do descending order in java?

521


What defines function?

542


why java uses class level type casting ?

2253






What does || mean in vectors?

478


What are the changes in java.io in java 8 ?

556


Explain oops concepts in detail?

576


What is a nested structure?

537


When is the finally clause of a try-catch-finally statement executed?

504


Explain about assignment statement?

596


What is vector capacity in java?

598


How do you sort a string in alphabetical order in java?

535


How many types of array are there?

550


What is use of a abstract variable?

541