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 context in servlet?
Describe servlet?
How can you create a session in servlet?
Is java servlet still used?
What is servlet interface?
List the Different types of servlet?
What is Servlet API used for connecting database?
What is httpservlet and how it is different from genericservlet?
What is a deployment descriptor?
Name the different ways of session tracking.
Why is http protocol called as a stateless protocol?
Is servlet a framework?
What are the differences between the servletconfig interface and the servletcontext interface?
What do you mean by web applications?
How can the referrer and the target urls be used in servlet?