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
What are struts in java?
Can you give an overview of how a struts application flows?
What is the use of interceptor?
What is struts 2 framework in java?
What is the purpose of struct-config.xml in struct2?
When should be opt for struts framework?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the default location of result pages and how can we change it?
What does modeldriven interceptor?
What are the steps required for setting up validator framework in struts?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is dispatch action class?
How are interceptors and servlet filters different?
What is the apache struts vulnerability?
Why we use struts in java?