System.in.read () is also an io stream, so don't you need to close it when you run out of it?

but what if I call system.in.read () again after closing it?
does its instance BufferedInputStream shut down automatically immediately after it is used up? Or are you waiting for recycling?

Mar.04,2021

System.in System.out System.err three streams cannot be closed.
this is the standard input and output of the process, which is created when the program starts and closes when it exits.
closes these three streams, indicating that you are ready to exit the program.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31cb9-2bdcc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31cb9-2bdcc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?