摘要: 题目1:编写一个应用程序,利用Java多线程机制,实现时间的同步输出显示。 thread类 import java.util.Date; public class thread extends Thread{ Date date = null; public void run() { while(t 阅读全文
posted @ 2019-12-22 17:35 MrOldJiang 阅读(111) 评论(0) 推荐(0)