Basics of Exception Handling in Java

Time: 00:00:00
0
Attempted
14
Not Attempted
0
Marked For Review
0
Attempted & Reviewed

Question 1 of 14

What would be the output of the following program?

Class A {
 public static void main(String args[]) {
  int a = 0;
  int b = 10 / a;
 }
}
Select Your Answer:

All Questions

Attempted
Not Attempted
Marked for Review
Attempted & Reviewed
Current