In a Java web application, what is the role of the `ServletContext` object?
A. It creates JavaBeans
B. It executes SQL queries
C. It defines JavaBean properties
D. It provides access to application-wide information and resources
Answer: Option D
Join The Discussion