看一道关于Thread.sleep()方法的面试题

看一个Thread.sleep()方法的面试题:java 代码:web public class Test06 { public static void main(String[] args) { // 建立线程对象 Thread t = new Thread(new MyRun06()); t.setName("t"); t
相关文章
相关标签/搜索