Can we override the ActionServlet?
Answer Posted / sr
we can not override an actionservlet because it is a class .
but we can sub class the actionservlet and we can have our
own request processor class.The above code is useful for
incuding request processor class.
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is servlet looping or chaining?
What do you mean by httpservlet and how it is different from the genericservlet?
Whats the advantages using servlets over using CGI?
What is called servlet mapping?
What is servlet in simple terms?
When jsessionid is created?
What's the use of servletcontext?
What are the different methods of session management in servlets?
What do you mean by mime type?
What mechanisms are used by a Servlet Container to maintain session information?
Explain the difference between a web server and a web container?
What is servlet and list its types?
Explain jsessionid and when is it created?
What is cgi and what are its drawbacks?
What are the phases of the servlet life cycle?