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 information about their environment (container) and allows sharing data across servlets. Through it, servlets can access initialization parameters, server info, and resources. The statement correctly describes this interface.