We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45af697 commit 87df4eeCopy full SHA for 87df4ee
1 file changed
CCVT_Code_Distribute/src/com/rt/exceptionexamples/Exception1.java
@@ -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