Moderate

Which of the following transfer execution directly to another page ?

Correct answer: B. Server.Transfer

  • A. Response.Redirect
  • B. Server.Transfer
  • C. Both A and B
  • D. None of these

Explanation

Server.Transfer moves execution to another page on the server without a new browser request. Response.Redirect also sends the user to another URL, but it does so through a client-side redirect rather than directly transferring server execution.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions