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 scopes for jsp:useBean are page, request, session, and application. 'context' is not a valid scope value - it should be 'application' for application scope. Option C correctly identifies 'context' as invalid.