Which statements about ServletContext initialization parameters are not true?

  1. They should be used for data that changes rarely.

  2. They can be accessed using ServletContext.getInitParameter()

  3. They can be accessed using ServletContext.getParameter()

  4. They should be used for data that is applicable to an entire web application.


Correct Option: C

Find more quizzes: