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.