标签: java multithreading
java中带有计时器的单线程的简单程序。
该线程将在特定时间运行。
我是这个帖子的新手。
提前致谢
答案 0 :(得分:1)
您需要一个ScheduledExecutorService,它可以从Executors上的一个静态工厂方法获得。
退房:
http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/java/util/concurrent/Executors.html
http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/api/java/util/concurrent/ScheduledExecutorService.html