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 |
List out the difference between ServletConfig and ServletContext?
What is called a session?
What if we pass negative value in load-on-startup?
What is the disadvantage of cookies?
What is servlet and list its types?
What is cookie in servlet?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
What is Difference between JavaBeans and taglib directives?
The code in a finally clause will never fail to execute, right?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
Explain the methods in Generic and HTTP Servlets?
How many servlet objects are created?