Hi
Why it is so the any line of code which is there after a response.sendRedirect() method gets executed ?
As we know that incase of sendRedirect() controls is send back to browser. I have written a
servlet in which after sendRedirect() method there is one System.out.println statement but after redirect to my
jsp page that println statement executed.
Now my confusion is if control goes to my jsp page then how that println statement can execute after sendRedirect() ?
Thanks & Regards
Bikash
[ June 07, 2004: Message edited by: Bikash Paul ]