Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How would you create deadlock on your servlet?

0 Answers  


what is the control flow in servlet when we send a request?

5 Answers   TCS,


What is called Scriptlet?

0 Answers  


How do you get the ip address of the client in servlet?

0 Answers  


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()?

0 Answers  


What's the use of servletcontext?

0 Answers  


What is servlet name in web xml?

0 Answers  


What are the difference between RMI and Servlets?

0 Answers  


Why servlet is mostly used?

0 Answers  


Explain the difference between GET and POST methods?

6 Answers  


Which event is fired at the time of project deployment and undeployment?

0 Answers  


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

0 Answers  


Categories