What type of protocols are used in HttpServlet?

Answers were Sorted based on User's Feedback



What type of protocols are used in HttpServlet?..

Answer / nagababu

HttpServlet only Supports HTTP and HTTPS protocols

Is This Answer Correct ?    18 Yes 1 No

What type of protocols are used in HttpServlet?..

Answer / dasaswini2011

Only Http protocol

Is This Answer Correct ?    4 Yes 6 No

What type of protocols are used in HttpServlet?..

Answer / ravikiran(aptech mumbai)

only http

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More Servlets Interview Questions

Explain Servlet Chaining ?

2 Answers  


why we should override only no-agrs init() method.

0 Answers  


Can you call a jsp from the servlet?

0 Answers  


How do I know if java is running on linux?

0 Answers  


Can we fetch the attributes related to a servlet on a different servlet?

0 Answers  


What is the default HttpRequest method?

6 Answers  


What’s the difference between forward() and sendredirect() methods?

0 Answers  


Can servlet have a constructor ?

0 Answers  


What is meant by a web application

0 Answers  


What is servlet and its use?

0 Answers  


what is the difference between doGet() and doPost()?

6 Answers   TCS,


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

0 Answers  


Categories