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
What is the use of attribute in servlets?
Differentiate between the web server and application server?
How the typical servlet code look like ?
What are sessions in servlets?
Write a program to show the functionality of servlets.
What is meant by Servlet? What are the parameters of service method?
What is servlet configuration?
Explain the methods of request dispatcher in servlet?
What are its drawbacks of cgi?
What are the uses of servlet and what is servlet chaining?
What do you mean by web applications? Explain web application directory arrangement?
What exception should be thrown when servlet is not properly initialized?
What is a servlet context object?
What are the phases of servlet life cycle?
Which protocol will be used by browser and servlet to communicate