
- Forum
- Programming Talk
- Java
- Suggest a Option
Suggest a Option
This is a discussion on Suggest a Option within the Java forums, part of the Programming Talk category; I want to flush the buffer and write contents to the client can I use clear and clearBuffer for doing ...
-
01-22-2007, 06:27 AM #1
- Join Date
- Apr 2006
- Answers
- 124
Suggest a Option
I want to flush the buffer and write contents to the client can I use clear and clearBuffer for doing this in JSP. If not what is the option that I can use to achieve the result.
-
You can use the flush method of out object to flush the buffer and for writing contents to the client. But I don't think clear and clearBuffer can be used for write contents to the client.

Reply With Quote





