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 difference between 2 types of servlets?
can i call destroy() method in init() method of servlet
What is a Session Id?
What do you mean by request dispatcher in servlet?
What are the annotations used in servlet 3?
What is meant by a servlet?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
What do you mean by web applications?
What is MIME Type?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
How do cookies work in servlets?
Why do we need a constructor in a servlet if we use the init method?