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
Is servlet a controller?
What is difference between PrintWriter and ServletOutputStream?
How can the session in servlet can be destroyed?
What is servlet in simple terms?
What is a web container and what is its responsibility?
What is string tokenizer?
What is the capacity the doget can send to the server?
What do you mean by annotations in servlet?
How is the get () method different from the post() method?
What are the different types of servlets?
Who is responsible for writing a constructor?
Why do we need servlet filter?
What are the life cycle methods of the servlet?
What exactly is a servlet?
What is the importance of init() method in Servlet ?