Computer >> Computer tutorials >  >> Programming >> Programming

What is the difference between JspWriter and PrintWriter?


The JspWriter object contains most of the same methods as the java.io.PrintWriter class. However, JspWriter has some additional methods designed to deal with buffering. Unlike the PrintWriter object, JspWriter throws IOExceptions.