context parameters can be accessed
-
by a particular servlet
-
web.xml
-
globally
-
none
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.