Multiple choice technology web technology

We make use of a ServletOutputStream object from the JSP page

  1. True

  2. False

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

While JSP pages primarily use the JspWriter implicit object 'out', developers can explicitly access ServletOutputStream through response.getOutputStream() when binary output is needed. This is valid JSP/servlet API behavior, making the statement true.