What's mvc pattern ?



What's mvc pattern ?..

Answer / Vishal Gautam

The Model-View-Controller (MVC) pattern is an architectural pattern used for designing user interfaces in software applications. It separates the application logic into three main components: the model, which represents the data and business logic; the view, which renders the user interface; and the controller, which handles user input and communicates between the model and view.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application

2 Answers  


What is difference between lookupdispatchaction and dispatchaction?

1 Answers  


when connecting with the database,if database server is down,ho can we handle this exception in struts,how can we send error message to the user?

4 Answers   Wipro,


What should be the name of xml file used for validation in struts?

1 Answers  


What is the purpose of @intrangefieldvalidator annotation?

1 Answers  


Which interceptor is responsible for i18n support?

1 Answers  


life cycle of struts?

14 Answers   HCL, iGate, Scope International,


Are struts and shocks the same?

1 Answers  


What is struts 2 framework in java?

1 Answers  


What is actionmapping?

1 Answers  


How to work with error tags?

1 Answers  


why do we typecast ActionForm into out plain java bean class in Action class?

5 Answers  


Categories