Moderate

Which of the following ASP.NET object encapsulates the state of the client ?

Correct answer: B. Session object

  • A. Application object
  • B. Session object
  • C. Server object
  • D. Response object

Explanation

The Session object stores state separately for each client or user across requests. Application stores data shared by all users, while Server and Response serve other framework functions.

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