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

Post New Answer

More Servlets Interview Questions

What are the difference between HttpServlet and GenericServlets?

2 Answers  


What are the important functions of filters?

0 Answers  


How to get the server information in a servlet?

0 Answers  


where the session data will stored?

4 Answers  


How forward () method is different from send redirect () method?

0 Answers  






What is a cookie What is the difference between session and cookie

0 Answers  


What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


How can you run a servlet program?

0 Answers  


What is the difference between jsp and servlet life cycle?

0 Answers  


Differentiate between the get and post method

0 Answers  


Explain url encoding in servlet?

0 Answers  


What happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


Categories