Skip to content

Commit 87df4ee

Browse files
rtomarrtomar
rtomar
authored and
rtomar
committed
Exception 1 Commit #3
1 parent 45af697 commit 87df4ee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.rt.exceptionexamples;
2+
3+
class Exception1 {
4+
public static void main(String args[]) {
5+
int d = 0;
6+
int a = 42 / d;
7+
}
8+
}

0 commit comments

Comments
 (0)