Answer Posted / shanmuk
At present in the market as all the popular webservers are using http protocol, we are using HttpServlet(by deriving some features from the GenerivServlet) .... and if in the future any webserver is developed based on the other protocols we need to define a new servlet. so, .....................
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
Why servlet is faster than jsp?
Can we use threads in Servlets?
what do you understand by url rewriting?
What exception should be thrown when servlet is not properly initialized?
How can we create deadlock situation in servlet?
How do you run a servlet?
why we should override only no-agrs init() method.
Which event is fired at the time of project deployment and undeployment?
What do you mean by filter in servlet?
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 the use of attribute in servlets?
How do you load an image in a Servlet?
What are all the protocols supported by httpservlet?
What's the use of servletcontext?
Why is servlet used?