Multiple choice

Which of the following is/are correct statements about Servlet Context object?

  1. ServletContext object can be obtained by the ServletConfig object.

  2. Servlet container creates a ServletContext object.

  3. The removeAttribute method accepts one argument.

  4. The ServletContext object can be serialised.

  5. All of the these

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Yes, all are correct.