why are extending GenericServlet and why are extending
HttpServlet explain?
Answer Posted / nishidh soni
if the request from the is HTTP specific the we are extending HTTPServlet and if the request if from protocol independent then we are extending GenericServlet
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is servlet and its life cycle?
How do we share data using 'getservletcontext ()?
What are the steps involved in placing a servlet within a package?
What is url encoding and url decoding
What is the difference in between the httpservlet and generic servlet?
What do you mean by web applications?
What is the use of httpservletrequestwrapper?
Explain is servlet mapping?
List out difference between a JavaBean from a Servlet?
What’s the difference between genericservlet and httpservlet?
What is the inter-servlet communication?
What is the difference between encodeRedirectUrl and encodeURL?
What is a servlet engine?
What is the use of attribute in servlets?
Which exception is thrown if the servlet is not initialized properly?