Question:Which statements are true regarding ServletContext Init Parameters in the deployment descriptor?
A They are set at deployment-time, but accessed at run-time.
B They are accessible from any session within that context.
C They are not set at deployment-time, but accessed at run-time.
D They are set at deployment-time and can be updated at run-time.
+ AnswerD
+ Report