+ 1
Why there is a need to throw IOException ?
3 Respostas
+ 2
I/O means Input or Output.In java the methods in which an input operation is failed throws IOExeption. This won't be thrown for reading and writing to memory.....Java automatically deals with it.
+ 1
In general, I/O means Input or Output. Those methods throw the IOExceptionwhenever an input or output operation is failed or interpreted. Note that this won't be thrown for reading or writing to memory as Java will be handling it automatically.
+ 1
In general, I/O means Input or Output. Those methods throw the IOExceptionwhenever an input or output operation is failed or interpreted. Note that this won't be thrown for reading or writing to memory as Java will be handling it automatically.