Answer Posted / zesan
Because when ever request is come then servlet is handle and
communicate to model and model process data and send back to
servlet . servlet those process data store into reositry area
then servlet can communicate to jsp and jsp response to
client . so every thing is done by servlet that is reason
servlet is used as controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is struts efficient?
What are different ways to create Action classes in Struts2?
What is the difference between session scope and request scope when saving formbean ?
What are the steps involved in creating a strut application?
How many servlet controllers are used in a Struts Application?
What is container struts2?
What is the role of action class in struts?
What is the purpose of @requiredstringvalidator annotation?
What are the core classes of the struts framework?
What is filter dispatcher in struts?
What is package name in struts xml?
What design patterns are used in struts?
What is java struts?
What kind of mvc is struts 2?
What steps are required to for an application migration from Struts1 to Struts2?