Can we override the ActionServlet?
Answer Posted / sujit
The above ans is incorrect so the correct code to be
written in struts-config.xml is
<controller
processorClass="org.abc.comp.ExtendedRequestProcessorClass"/
>
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which method of the httpservletrequest object is used?
Why are servlets used?
What do you mean by chaining in servlet?
Explain web application directory arrangement?
Why is httpservlet declared abstract?
What is httpservlet class?
What is servlet in web technology?
What is the difference between servlet and jsp?
How do we call one servlet from another servlet?
What is called servlet mapping?
What is http servlet?
How can we implement a jsp page?
Why do we have servlet listeners?
why we should override only no-agrs init() method.
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?