Multiple choice technology architecture

Through a ServletContext object, servlets can interact with their enviornment.

  1. True

  2. False

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

ServletContext provides servlets with access to configuration parameters, server information, and resources shared across the application. It serves as the interface between servlets and their runtime environment, enabling communication with the web container.