摘要:
222 阅读全文
posted @ 2026-08-05 18:01
iooiBam
阅读(3)
评论(0)
推荐(0)
摘要:
day17.集合 day17.集合 课前回顾: 1.Stream流: a.获取: 针对于数组:Stream.of 针对于集合:stream() b.方法: foreach count limit skip concat collect map filter 2.方法引用: a.引用成员方法: 对象名 阅读全文
posted @ 2026-08-05 14:54
iooiBam
阅读(4)
评论(1)
推荐(0)
摘要:
day16.集合 day16.集合 课前回顾: 1.实现多线程方式1: 继承Thread 2.实现多线程方式2: 实现Runnable 3.Thread中的方法: a.sleep b.start c.run d.currentThread 4.实现线程同步: a.同步代码块: synchronize 阅读全文
posted @ 2026-08-05 14:04
iooiBam
阅读(3)
评论(0)
推荐(0)
摘要:
day10_面向对象 day10_面向对象 课前回顾: 1.抽象类:public abstract class 类名{} 2.抽象方法: 修饰符 abstract 返回值类型 方法名(形参); 3.怎么实现: a.子类继承抽象父类 b.重写抽象方法 c.创建子类对象,调用重写方法 4.接口:一类事物 阅读全文
posted @ 2026-08-05 13:18
iooiBam
阅读(2)
评论(0)
推荐(0)

浙公网安备 33010602011771号