What is Request Dispatcher?
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 |
What is difference between cookies and httpsession?
How does tomcat servlet container work?
Explain jsessionid and when is it created?
What is servlet and its types?
The code in a finally clause will never fail to execute, right?
What is servlet used for?
what are the different services provided by the web server?
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()?
Is it possible to call servlet with parameters in the URL?
What is string tokenizer?
how the jsp page can be regenerated?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?