Multiple choice technology architecture Which statement below is true? ServletContext gives information about Container ServletContext gives information about Request ServletContext gives information about Session 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.