Multiple choice

Which of the following is/are correct about JspFactory method in the javax.servlet.jsp package?

  1. It is an abstract class which provides the number of methods to obtain the various runtime objects of the JSP page.

  2. The instance of JspFactory container class is created by the JSP container.

  3. It is an implicit object.

  4. All of the above.

  5. Option 1 and 2.

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

These are the correct statements about jspFactory method.