🎴 Flashcard Mode

Java Servlets and JSP Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
True
💡 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.

Change Mode