Answer Posted / nagababu
HttpServlet only Supports HTTP and HTTPS protocols
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is servlet and its use?
What is called servlet container?
Why HttpServlet class is declared abstract?
Why is http protocol called as a stateless protocol?
Why do we need a constructor in a servlet if we use the init method?
What is servlet lazy loading?
What is servlet? Explain
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What’s the difference between genericservlet and httpservlet?
Is it possible to have a constructor inside the servlet?
What is a web application and what is it’s directory structure?
Name the packages that work with servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What do you mean by deployment descriptor?
How to get the server information in a servlet?