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 |
Who is responsible for writing a constructor?
Can we override servlet service method?
What is the difference between sendredirect() and forward() in a servlet?
Write a program to show the functionality of servlets.
What happens, when client requests for server object, which is not yet loaded into the memory?
What are the classes and interfaces for servlets?
What is the protocol used by Server & Client?
Why session tracking is needed?
Which interface must be implemented by all servlets?
What is http servlet in java?
List out the difference between ServletConfig and ServletContext?
What is the ServletConfig() and what is its use?