开发者

what is difference between JspWriter and PrintWriter?

开发者 https://www.devze.com 2023-01-06 16:21 出处:网络
what开发者_运维技巧 is difference between JspWriter and PrintWriter ?From the javadoc: This abstract class emulates some of the functionality found in the java.io.BufferedWriter and java.io.PrintWri

what开发者_运维技巧 is difference between JspWriter and PrintWriter ?


From the javadoc:

This abstract class emulates some of the functionality found in the java.io.BufferedWriter and java.io.PrintWriter classes, however it differs in that it throws java.io.IOException from the print methods while PrintWriter does not.

The JspWriterImpl of tomcat delegates the writing to the PrintWriter obtained from the response.

0

精彩评论

暂无评论...
验证码 换一张
取 消