不多说了,直接去看视频吧! 链接 完结撒花!!! Read More
posted @ 2022-04-04 14:28 LiLiLiYH Views(7) Comments(0) Diggs(0) Edit
异常机制 一.Error和Exception 1.什么是异常 2.异常体系结构 3.Error和Exception Error Exception 二.捕获和抛出异常 1.异常处理机制 抛出异常 捕获异常 异常处理五个关键字: try,catch.finally,throw,throws 例1:捕获 Read More
posted @ 2022-04-04 14:27 LiLiLiYH Views(15) Comments(0) Diggs(0) Edit
static、抽象类、接口、内部类 一.static关键字详解 1.静态的变量/方法 package Demo02; //static public class Student { private static int age;//静态的变量 多线程 private double score;//非 Read More
posted @ 2022-04-04 08:37 LiLiLiYH Views(21) Comments(0) Diggs(0) Edit