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()?
No Answer is Posted For this Question
Be the First to Post Answer
What is the ServletConfig() and what is its use?
Define servlet mapping?
Explain Servlet Chaining ?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
Why do we have servlet wrapper classes?
How can we upload the file to the server using servlet?
What is the difference between a generic servlet and http servlet?
What is called Session Tracking?
When the methods init() and Distroy() will be called?
What are the kinds of http requests?
Write a program to show the functionality of doget and dopost method?
Explain the servlet context.