开发者

what is difference between JspWriter and PrintWriter?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜