What type of protocols are used in HttpServlet?
Answers were Sorted based on User's Feedback
Answer / nagababu
HttpServlet only Supports HTTP and HTTPS protocols
| Is This Answer Correct ? | 18 Yes | 1 No |
What is the difference between ExecuteUpdate and ExecuteQuery?
What is the directory structure of a war file?
What are the exceptions thrown by servlets? Why?
What are its drawbacks of cgi?
How to get the server information in a servlet?
How do you create connections for number of users, if you want to improve performance?
What are the functions of the servlet container?
What is the advantage of Servlets when compared with other server side technologies?
What do you mean by request dispatcher in servlet? Also explain its methods.
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
can i call destroy() method in init() method of servlet
What is the difference in between the httpservlet and generic servlet?