Answer Posted / chaitu
All the methods in Generic servlets are abstract methods.
Even though HTTP Servlet is an abstract there are no
abstract methods
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 is servletconfig?
How can we achieve transport layer security for our web application?
How do I support both get and post from the same servlet?
What is difference between GenericServlet and HttpServlet?
Explain the differences between jsp and servlet.
What is the structure of the http response
How can we create deadlock situation in servlet?
Define declaration.
What exactly is a servlet?
Why do you use session tracking in httpservlet?
What are the phases of servlet life cycle?
What is the need of session tracking in web application?
What is difference between cookies and httpsession?
What exactly are the functions of servlet?