-
Java线程查看全部
-
Thread 线程常用方法 1.创建 Thread() Thread(String name) Thread(Runnable target) Thread(Runnable target,String name) 2.线程的方法 void start() static void sleep(long millis) static void sleep(long millis,int nanos) void join() void join(long millis) void join(long millis,int nanos) static void yield() 3.获取线程引用 static Thread currentThread()查看全部
-
123查看全部
-
213查看全部
-
111查看全部
-
111查看全部
-
111查看全部
-
111查看全部
-
111查看全部
-
111查看全部
-
213查看全部
-
132查看全部
-
123123查看全部
-
notify()随机唤醒锁对象的wait set中任一的线程查看全部
-
条件再次满足时,通过notifyAll()方法可以唤醒所有线程查看全部
举报
0/150
提交
取消