In Java, which exception class is used for condition resulting in an attempt to access a
non-existing file ?
a) ArrayIndexOutOfBoundsException
b) FileNotFoundException
c) NullPointerException
d) PrinterIOException
Answers
Answered by
1
Answer:
the answer of questions is b
Answered by
0
In Java, which exception class is used for condition resulting in an attempt to access a non-existing file ?
a) ArrayIndexOutOfBoundsException
b) FileNotFoundException ✔✔
c) NullPointerException
d) PrinterIOException
Similar questions