Hello guys,
Are the following statements correct?
The execution control returns to the resource that has called the forward() method after the callee resource finishes processing.
RequestDispatcher.forward() is also a normal method call, so the control does return to the calling resource.
I thought only include() method does that, it returns the
servlet and does the rest of the process.
Kindly provide your inputs.