Multiple choice technology programming languages

Which is not valid scope value for the tag?

  1. page

  2. request

  3. context

  4. application

  5. None

  6. context and application

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The valid scope values for are: page (default), request, session, and application. 'context' is NOT a valid scope value. Option C is correct because 'context' is invalid. Option F claims both 'context and application' are invalid, but 'application' IS valid, so F is incorrect.