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 |
Explain Servlet Chaining ?
why we should override only no-agrs init() method.
Can you call a jsp from the servlet?
How do I know if java is running on linux?
Can we fetch the attributes related to a servlet on a different servlet?
What is the default HttpRequest method?
What’s the difference between forward() and sendredirect() methods?
Can servlet have a constructor ?
What is meant by a web application
What is servlet and its use?
what is the difference between doGet() and doPost()?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?