What is the difference between JspWriter and PrintWriter?

The jspwriter is not in the class hierarchy of PrintWriter, so you can not use it in place of PrintWriter. But it has most of the same print methods, except it adds some buffering capabilities. It is used in the jsp. You can see this class in the translated servlet class.

No comments:

Post a Comment