I'am a big fan of http://php.net/manual/en/function.flush.php
Can I do the same thing using Java?
thanks for your help
I'am a big fan of http://php.net/manual/en/function.flush.php
Can I do the same thing using Java?
thanks for your help
Since the equivalent of PHP in java is jsp+servlets, here are the ways to do it:
response.getOutputStream().flush()
<%@ page autoFlush="false" %>