Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
1
What will be the output of the program? try { int x = 0; int y = 5 / x; } catch (Exception e) { System.out.println("Exception"); } catch (ArithmeticException ae) { System.out.println(" Arithmetic Exception"); } System.out.println("finished");
run
|
edit
|
history
|
help
0
Tree ZigZag Traversal
My date and time
Kochergina_2
OBF-7 4
2c
circleapp.java
Sum of power of digits-1
Basic LinkedList in Java
Convert ArrayList to array in java
쓰레드 critical section