模拟三个老师同时分发80份学生笔记,每个老师相当于一个线程
摘要:
package ThreadTest; public class Test03 { public static void main(String[] args) { Teacher t= new Teacher(); new Thread(t,"老师一").start(); new Thread(t 阅读全文
posted @ 2019-12-28 15:26 萌新啊皮 阅读(1184) 评论(0) 推荐(0)
浙公网安备 33010602011771号