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 are the differences between http direct and http indirect?
What are the life cycle methods of interceptor?
How does one create an action in struts 2?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Does apache tomcat use struts?
What is value stack?
What is struts?
What configuration files are used in struts?
What is front controller in struts2?
How does interceptor work in struts2?
Name some useful annotations introduced in Struts2?
What are the applications of struts?
What are struts in java?
Which servlet does the struts framework use?
What is difference between struts1 and struts2?