public class Test1{
public static void main(String []args){
throw new RuntimeException("exception");
}
}
public class Test1{
public static void main(String []args){
int result= 1/0;
}
}
版权说明 : 本文为转载文章, 版权归原作者所有 版权申明
原文链接 : https://wwwxz.blog.csdn.net/article/details/123603449
内容来源于网络,如有侵权,请联系作者删除!