Author
Outputting help
Ravi Singh
Ranch Hand
Joined: Aug 02, 2004
Posts: 51
posted Aug 20, 2004 02:38:00
0
Do both the JspWriter and the PrintWriter obtained from HttpServletResponse write to the same output buffer?
Gunjan Sahay
Greenhorn
Joined: Aug 07, 2002
Posts: 11
posted Aug 20, 2004 04:40:00
0
JSPWriter is just the buffered version of the PrintWriter
Ravi Singh
Ranch Hand
Joined: Aug 02, 2004
Posts: 51
posted Aug 20, 2004 05:03:00
0
But the PrintWriter writes to a buffer also, so do they both write to the same buffer?
Ravi Singh
Ranch Hand
Joined: Aug 02, 2004
Posts: 51
posted Aug 20, 2004 09:58:00
0
Does the PrintWriter perform any buffering on its own?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56229
posted Aug 20, 2004 17:15:00
0
Ravi, please do not cross-post the same question in multiple forums. Since your question has been answered in the Servlets forum, I'm closing this topic.
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
subject: Outputting help