What is purpose of jsp forward method

A.forward control to another resource available in the same web application on different container
b.forward control to another resource available in the diff web application on different container
c.forward control to another resource available in the same web application on same container
d.
forward control to another resource available in the diff web application on same container


Questions by mythilikumar

Showing Answers 1 - 3 of 3 Answers

raja sekhar

  • Apr 19th, 2006
 

it also terminates the data that is provided by the calling part ie the previous output

  Was this answer useful?  Yes

sandy25mca

  • May 26th, 2006
 

jsp forward does 3 things:

1. Control goes to forwarding jsp page and comes back.

2. Not include the content of orignal page.

3. Request object remains alive during further processing...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions