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 the life-cycle of servlets?
What is servlet and list its types?
What is a deployment descriptor?
What is the capacity the doget can send to the server?
What is difference between PrintWriter and ServletOutputStream?
How do you find out what client machine is making a request to your servlet
Which is better jsp or servlet?
Write a hello world program using servlets.
Why do we need servlet filter?
What is difference between server and servlet?
How can we implement a jsp page?
What are all the advantages of servlet over cgi?
What is servlet instance?
What is the functionality of actionservlet and requestprocessor?
What is the need of session tracking in web application?