Moderate

Which of the following is not the way to maintain state ?

Correct answer: A. Request object

  • A. Request object
  • B. Hidden fields
  • C. View state
  • D. CookiesCompare Developer Tools

Explanation

Request objects represent data for the current HTTP request and are not a state-management mechanism across requests. Hidden fields, view state, and cookies can preserve client-side state between requests.

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