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 features added in Servlet 2.5?
What methodology can be followed to store more number of objects in a remote server?
What is servlet configuration?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Write a program to show the functionality of doget and dopost method?
What is called a session?
What is the
How native code can be used in a servlet?
What are all the ways for session tracking?
What is cookie? Why is cookie used?
What is the process to implement doget and dopost methods?
What is the difference in between the httpservlet and generic servlet?
What is cookies in servlet with example?
What is the difference between the servlets and cgi programs?
What do you mean by default initialization in java servlet?