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
How can we invoke another servlet in a different application?
Explain jsessionid?
Differentiate between the get and post method
What is the type of method for sending request from http server?
What’s the difference between forward() and sendredirect() methods?
Can we override servlet service method?
Which method of the httpservletrequest object is used?
Which are the different ways you can communicate between servlets?
What are the new features added to servlet 2.5?
Is it possible to have a constructor inside the servlet?
What is the difference between the http servlet and generic servlet?
What is the
What is called Session Tracking?
How to get the current httpsession object?
Why do we use sendredirect() method?