Answer Posted / ram
Servlets are of two types.
1) protocol independent servlet.
2) protocol dependent servlet.
Generic servlet is protocol independent servlet. It supports for HTTP, FTP and SMTP protocols.
HTTPServlet is protocol dependent servlet. So it support for only HTTp protocols only thats why it is dependent....
Is This Answer Correct ? | 27 Yes | 6 No |
Post New Answer View All Answers
Describe some assignments that are executed by servlet container?
What mechanisms are used by a Servlet Container to maintain session information?
What are life cycle methods of a servlet?
How do servlets work?
When a servlet accepts a call from a client, it receives two objects. What are they?
Is servlet a server side scripting language?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is servlet looping or chaining?
What exactly is a servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are the different ways we can maintain state between requests?
What is the dispatcher servlet?
What are the difference between RMI and Servlets?
Whether thread can be used in servlets?
How do I know if java is running on linux?