IOException

Average Rating
0 out of 5 stars. 0 votes.

IOException

“//completetry { in = new FileInputStream(“”missing file.txt””);} catch (______ e) { System.out.println(e.getMessage());} finally { try { if(in != null) in.close(); } catch(IOException e) { System.out.println(“”Failed to close file””); }}”