Answer Posted / bikram kumar nayak
When a request comes to the actionservlet ,action servlet
is a simple servlet which includes doget and dopost methods
within the methods Process is called .
the process method is called from requestprocessor which is
responcible for handling the requests and reply the
responce to the client
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is pojo in struts2?
What is the configuration files used in struts?
What is use of i18n interceptor?
Is struts compatible with other java technologies?
What is Custom Type Converter in Struts2?
What is the use of token interceptor in Struts2?
What inbuilt themes are provided by struts2?
What are the differences between http direct and http indirect?
What is form bean in struts?
What is the purpose of action tag in struts.xml?
Why are struts tightly coupled?
How many action classes can be used in struts application?
What is struts? Explain
What are the different kinds of actions in struts?
What is difference between lookupdispatchaction and dispatchaction?