摘要: 题目1:编写一个应用程序,利用Java多线程机制,实现时间的同步输出显示。 代码: public class Text { public static void main(String[] args) { ThreadTime t=new ThreadTime(); t.start(); } } i 阅读全文
posted @ 2019-12-19 21:07 宋清雪 阅读(70) 评论(0) 推荐(0) 编辑