Multiple choice technology architecture

Which statement below is true?

  1. ServletContext gives information about Container

  2. ServletContext gives information about Request

  3. ServletContext gives information about Session

  4. None

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

The ServletContext interface defines a set of methods that a servlet uses to communicate with its servlet container, offering details about the server environment. It does not contain information specific to individual client requests or sessions.