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 are the key methods that are involved in processing of http servlets?
can i call init() method in destroy() method of servlset. ?
What is use of parseQueryString ?
Write a servlet to upload file on server.
What is http servlet in java?
What is the difference between Difference between doGet() and doPost()?
What are the steps involved in placing a servlet within a package?
What is the life cycle of a servlet?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
what is the advantage of using Servlets over CGI programming?
What is setattribute in servlet?
What are the different methods involved in generic servlet?