Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Praveen Kumar S .
Sent: Tuesday, February 22, 2000 2:31 AM
To: [EMAIL PROTECTED]
Subject: Basic question or Servlets
Hai All,
I had a basic question on Servlets.
Question is this:
In doPost method I had a statement
Hai All,
I had a basic question on Servlets.
Question is this:
In doPost method I had a statement like
resp.sendRedirect(some url);
My question is why the statements written after the above line of code
getting executed. Does it mean that the servlet will redirect to the given
url only after