Interview Questions

What does the above code accomplish?

ASP Interview Questions and Answers


(Continued from previous question...)

75. What does the above code accomplish?

< % Response.Redirect("http://www.sql.com") % > What does the above code accomplish?


A. It sends the browser the line of sample code, and the browser executes it.
B. It sends the response to "http://www.matsystems.com" instead of to the Requesting browser.
C. It sends a redirection header back to the browser, and the browser then requests the new target document.
D. The redirection occurs on the server-side, and the first response the browser gets is the head and body of the new target document.
E. It causes the server to send a request to the target URL and passes the response to the requesting browser.

(Continued on next question...)

Other Interview Questions