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 ServletConfig object?
How to get the server information in a servlet?
Explain servlet.
What is life cycle of Servlet?
What are the different types of servlets?
What are sessions in servlets?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is meant by a web application
What is the difference between servlet and filter?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
When Servlet is unloaded?
Why do you use session tracking in httpservlet?
What is difference between cookies and httpsession?
What is preinitialization of a servlet?
What is the use of request dispatcher interface?