Moderate

Which of the following denote ways to manage state in an ASP.Net Application ?

Correct answer: D. All of the above

  • A. Application objects
  • B. Session objects
  • C. ViewState
  • D. All of the above

Explanation

ASP.NET state can be maintained at application scope through Application objects, at user-session scope through Session objects, and at page scope through ViewState. Since all three are state-management mechanisms, the combined option is correct.

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