What is the answer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

22nd Feb 2019, 11:39 AM
FirstSoloKiller
FirstSoloKiller - avatar
5 Answers
+ 17
I agree with Serena Yvonne
22nd Feb 2019, 1:13 PM
Lev Tolstoy SPB
Lev Tolstoy SPB - avatar
+ 7
2 and 3
23rd Feb 2019, 1:46 AM
Sonic
Sonic - avatar
+ 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.
23rd Feb 2019, 6:33 AM
Gitanjali Rahul Bhalerao
Gitanjali Rahul Bhalerao - avatar
0
What did you do ta my gmail
23rd Feb 2019, 6:33 AM
RobthaRhino Carr
RobthaRhino Carr - avatar
0
option 2 & 3
24th Feb 2019, 11:02 AM
Ayush Dixit
Ayush Dixit - avatar