package exceptions;
public class ExceptionEx {
public static void main(String[] args) {
String str="hello";
int i=Integer.parseInt(str);
System.out.println(i);
}
}
public class ExceptionEx {
public static void main(String[] args) {
String str="hello";
int i=Integer.parseInt(str);
System.out.println(i);
}
}
0 comments:
Post a Comment