Multiple choice

Which of the following is/are true?

  1. JSP (Java Server Pages) compiles into servlet.

  2. JSP works as view part in MVC (Model View Controller) framework.

  3. There are no custom tags in java as compared to JSP.

  4. All of the above

  5. Only (1) and (2)

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

Yes, all of the above are the true statements.