0
Who will handle the "throws IOexception"?
3 odpowiedzi
0
but if i am using throws then who will handle ?
0
Throws word after the class just indicates that the exception is expected, so you can compile your code without handling it
0
okk thank you