+ 14
What is the answer?
Which two of the following statements are true? We cannot catch any exceptions Exception catching is a good practice If we don't catch exceptions, the program can shut down Exception catching improves program interface design
5 ответов
+ 17
I agree with Serena Yvonne
+ 7
2 and 3
+ 2
We use Exception Handling to handle exceptions i.e. to caught checked exceptions using catch block. If we don't catch exceptions then obviously our program will terminate abnormally. So According to me 2nd and 3rd are true.
0
What did you do ta my gmail
0
option 2 & 3