HI,
If anyone could tell me the differences (adv. and disadvan.) of using the different 
Output Streams we use in our servlets for writing into the browser.
I know (and use) two of the popular ones:

PrintWriter out = new PrintWriter(response.getWriter());

and the other :

PrintStream out = new PrintStream(response.getOutputStream(),true);

I would be glad to know of other options apart from the two above.

Thanks in advance.//
Regards,
Shuva.//



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to