摘要:一、题目 编写一个应用程序,利用Java多线程机制,实现时间的同步输出显示。 二、源程序 package sq; import java.util.Date; public class DateTime extends Thread { public void run(){ while(true){
阅读全文
posted @ 2019-12-21 11:07
posted @ 2019-12-21 11:07
posted @ 2019-12-14 13:45
posted @ 2019-12-06 19:07