PrintWriter | JspWriter |
Does not support buffering | supports buffering |
Does not use BufferWriter internally | Uses BufferWriter, PrintWriter internally |
Can create class of java.io.* package | Abstract class of javax.servlet.jsp package |
Its print (-) method does not throw IOException | Its print (-) method throw IOException |
Useful for servlet programming | It is the type of implicit object out in JSP |