Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はhttp://php.net/manual/en/function.flush.phpの大ファンです
Java を使用して同じことを行うことはできますか?
ご協力いただきありがとうございます
Java での PHP に相当するのは jsp+servlets であるため、次の方法で実行できます。
response.getOutputStream().flush()
<%@ page autoFlush="false" %>
OutputStream.flush()