What are the types of protocols supported by httpservlet ?



What are the types of protocols supported by httpservlet ?..

Answer / Savitri

HttpServlet supports HTTP (Hypertext Transfer Protocol) version 1.0 and 1.1, which are widely used protocols for transferring resources over the web.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

List out the difference between ServletConfig and ServletContext?

1 Answers  


What is called a session?

1 Answers  


What if we pass negative value in load-on-startup?

1 Answers  


What is the disadvantage of cookies?

1 Answers  


What is servlet and list its types?

1 Answers  


What is cookie in servlet?

1 Answers  


Hi Friends, Can we make any method thread safe withour synchronized keyword?

2 Answers  


What is Difference between JavaBeans and taglib directives?

3 Answers  


The code in a finally clause will never fail to execute, right?

1 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

1 Answers  


Explain the methods in Generic and HTTP Servlets?

2 Answers  


How many servlet objects are created?

1 Answers  


Categories