摘要:
异常 Exception // 异常 public class Demo01 { public static void main(String[] args) { // System.out.println(11/0); } } 运行结果: 简单分类 检查性异常:最具代表的检查性异常是用户错误或问题 阅读全文
posted @ 2021-05-10 20:42
闲着的大叔
阅读(57)
评论(0)
推荐(0)
摘要:
回顾方法 - 方法的定义 import java.io.IOException; // Demo01类 public class Demo01 { // 方法的定义 // mian 方法 public static void main(String[] args) { } /* 修饰符 返回值类型 阅读全文
posted @ 2021-05-10 19:57
闲着的大叔
阅读(80)
评论(0)
推荐(0)

浙公网安备 33010602011771号