Multiple choice technology web technology ServletContext class gives information about the Request? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation The ServletContext interface provides information about the web application container and environment rather than a specific client HTTP request. Information about a specific request is instead provided by the HttpServletRequest object.