- If you are talking about System.out then "out" is
static object of PrintStream class << Has a relationship with System class>> which is being used to write output on console.
- If "out" is JSP implicit object then its JspWriter object which has been provided by JSP container automatically and being used to write output on web-browser.