Answer Posted / hrindows@gmail.com
Request Dispatcher is an interface whose implementation defines an object which can dispatch the request to any resources on the server.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are life cycle methods of a servlet?
Why is a constructor needed in a servlet even if we use the init method?
What is meant by cookies?
What do you mean by deployment descriptor?
What are the uses of servlet
What do you mean by annotations in servlet?
How to commuincate between an applet and a 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 Request Dispatcher?
How native code can be used in a servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Explain the differences between jsp and servlet.
What are the features added in Servlet 2.5?
What do you mean by web applications? Explain web application directory arrangement?
Explain the jar and war files in servlet?