Multiple choice

Which of the following method(s) does the out object contain in JSP?

  1. print()

  2. println()

  3. flush()

  4. all of the above.

  5. only (2) and (3)

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

Yes, all are the methods of the out object in JSP.