likewise, if you need to set response headers such as browser type, content type, content length, and so on, simply call the necessary methods on the implicit response variable.
if you need direct access to the jsp page's output stream, it would be tempting to call getwriter() or getoutputstream() through the implicit response variable.