The method forward(request,response) will
Options
- return back to the same method from where the forward was invoked
- not return back to the same method from where the forward was invoked and the web pages navigation continues
- Both A and B are correct
- None of the above
CORRECT ANSWER : return back to the same method from where the forward was invoked
Write your comments