InterviewSolution
Saved Bookmarks
| 1. |
What Are The Type Of Protocols Supported By Httpservlet? |
|
Answer» It extends the GENERICSERVLET BASE class and provides an framework for HANDLING the HTTP protocol. So, HttpServlet only supports HTTP and HTTPS protocol. It extends the GenericServlet base class and provides an framework for handling the HTTP protocol. So, HttpServlet only supports HTTP and HTTPS protocol. |
|