Multiple choice technology web technology

context parameters can be accessed

  1. by a particular servlet

  2. web.xml

  3. globally

  4. none

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

Context parameters (defined in web.xml) are application-wide and accessible globally via ServletContext to all servlets and filters in the application. Unlike servlet-specific init parameters, context parameters are shared across the entire application.