PrintWriter has different constructors; the one above is created with an existing output stream. From Java doc,. PrintWriter(OutputStream out) : Creates a new ...
確定! 回上一頁