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
How the JSP file will be executed on the Server side?
Explain jsessionid?
Explain the difference between servlet and cgi?
Tell us something about servletcontext interface.
what is multiple server?
What is the difference between jsp and servlet life cycle?
How do you configure a centralized error handler in servlets?
Explain the servlet context.
What methods do you use in servlet - applet communication?
How httpservlet is different from the genericservlet?
Explain the steps involved in placing a servlet within a package?
What do you understand by mime type?
How to get the actual path of servlet in server?
What are the different methods of session management in servlets?
Explain get and post.