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 are the life cycle methods of a servlet?
What is the difference between get and post methods?
How do I use cookies to store session state on the client?
What is java servlet session?
Explain the difference between servletconfig and servletcontext in servlet?
What is the structure of the http response
Can you explain in detail 'javax.servlet' package?
How servlet is created?
What is the difference between servlet and jsp?
Write a servlet to upload file on server.
What's the difference between servlets and applets?
What is war file?
Explain servlet life cycle?
Why do we have servlet wrapper classes?
Explain Action Servlet?