InterviewSolution
Saved Bookmarks
| 1. |
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()? |
|
Answer» Since ServletRequest has the current REQUEST PATH to evaluae the relative path while ServletContext does not. Since ServletRequest has the current request path to evaluae the relative path while ServletContext does not. |
|