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
How do you create connections for number of users, if you want to improve performance?
What is servlet mapping?
Explain get and post.
When servlet object is created?
What are different types of SessionTracking?
What is the need of session tracking in web application?
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?
What are the phases of a servlet life cycle?
List the Different types of servlet?
What are the different methods involved in the process of session management in servlets?
What is servlet instance?
What is session tracking?