InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Callling A Requestdispatcher Using Servletrequest And Servletcontext? |
|
Answer» We can GIVE relative URL when we use SERVLETREQUEST and not while USING SERVLETCONTEXT. We can give relative URL when we use ServletRequest and not while using ServletContext. |
|