Answer Posted / vikas
MVC, An architecture used for separating Business Layer
functionality represented by javabeans(the model) from the
Presentation Layer functionality represented by JSPs(the
view) using an intermediate servlet based controller.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between spring and struts?
What is the purpose of @doublerangefieldvalidator annotation?
Is struts efficient?
What are the two scope types for formbeans?
How struts 2 validation works?
Which design pattern is implemented by Struts2 interceptors?
Why actionservlet is singleton in struts?
What is the purpose of @before?
What is the purpose of plug-in tag in struct-config.xml?
Explain about struts relation to html tags?
Do you need an alignment after replacing struts?
Difference between struts and spring? Or why use spring, if you are already using struts?
What are the conditions for actionform to work correctly?
What kind of mvc is struts 2?
What do you mean by actionform?