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


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

Post New Answer

More Servlets Interview Questions

What is war file?

0 Answers  


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  


When should you prefer to use doget() over dopost()?

0 Answers  


Given the request path below, which are context path, servlet path and path info?

0 Answers  


What is servlet and how it works?

0 Answers  






Which HTTP method is non-idempotent?

0 Answers  


What's the difference between servlets and applets?

0 Answers  


What are all the protocols supported by httpservlet?

0 Answers  


Explain how to improve Servlet Performance?

0 Answers   BirlaSoft,


Whether we can get deadlock situation in servlets?

0 Answers  


Can filter be used as request or response?

0 Answers  


What are the disadvantages of storing session state in cookies?

0 Answers  


Categories