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 a cookie What is the difference between session and cookie
What are the different mode that servlets can be used?
What is the life cycle of a servlet?
Is servlet a framework?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
Difference between get and post in java servlets?
Explain the difference between a web server and a web container?
How to get the current httpsession object?
What is difference between cookies and httpsession?
What is the difference between CGI and Servlet?
Is java servlet still used?
How httpservlet is different from the genericservlet?
What are the types of protocols supported by httpservlet ?
How to find whether a parameter exists in the request object?
What are some disadvantages of storing session state in cookies?