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

Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?

3 Answers   L&T,


What is servlet collaboration?

0 Answers  


What are the different methods of session management in servlets?

0 Answers  


What do you mean by cgi in servlet?

0 Answers  


What are the various ways of session supervision in servlets?

0 Answers  


Name the different ways of session tracking.

0 Answers  


What is a servlet?

0 Answers  


What is ServletContext() and what is its use?

9 Answers   Prime Technology, TCS,


What’s the difference between sendredirect and forward methods

0 Answers  


What is servlet mapping?

0 Answers  


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

0 Answers  


why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


Categories