InterviewSolution
Saved Bookmarks
| 1. |
Outline The Difference Between Java Server Page Forward And Servlet Forward Method? |
|
Answer» The only minor difference between both the METHODS is that Java Server page forward method can’t forward to another JSP page in another WEB application or CONTAINER whereas servlet forward method can do so. The only minor difference between both the methods is that Java Server page forward method can’t forward to another JSP page in another web application or container whereas servlet forward method can do so. |
|