What is Generic Servlet and how it is different from Http
Servlet?
Answer Posted / devarathnam
Hi...The main difference between the Generic and
HttpServlet is :Generic Servlet is Protocol Independent
Where as HttpServlet is protocol dependent ,supports only
HTTP Protocols.And it is a sub class of
GenericServlet,HttpServlet is a Abstract class.
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
What is the difference between portlet and servlet?
How forward () method is different from send redirect () method?
What is Request Dispatcher?
Which method is called when reference variable is passed in system.net?
How to upload a file to the server using servlet?
What is dispatcher servlet?
What is session?
How do cookies work in servlets?
How is a servlet implemented in code?
What is a servlet engine?
What is a web container and what is its responsibility?
What is a servlet-to-servlet communcation?
How to commuincate between an applet and a servlet?
Explain the methods of request dispatcher in servlet?
What is war file?