亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Java中Wait如何使用

發布時間:2021-11-17 09:42:06 來源:億速云 閱讀:206 作者:小新 欄目:大數據

這篇文章主要介紹了Java中Wait如何使用,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

package com.gupaoedu.vip.spring.exam.thread;

public class Service {

    public void mSleep(){
        synchronized(this){
            try{
                Thread.sleep(3*1000);
                System.out.println(" notifyAll喚醒等待前 。 結束時間:"+System.currentTimeMillis());
                this.notifyAll();
                System.out.println(" notifyAll喚醒等待后 。 結束時間:"+System.currentTimeMillis());
            }
            catch(Exception e){
                System.out.println(e);
            }

        }

    }

    public void mWait(){

        synchronized(this){
            try{
                System.out.println(" wait等待開始 。 當前時間:"+System.currentTimeMillis());
                this.wait();
                System.out.println(" wait等待結束 。 當前時間:"+System.currentTimeMillis());
            }catch(Exception e){
                System.out.println(e);
            }
        }

    }

    public static void main(String[] args) {
        Service mService = new Service();

        Thread sleepThread = new Thread(new SleepThread(mService));
        Thread waitThread = new Thread(new WaitThread(mService));
        sleepThread.start();
        waitThread.start();
        //執行結果:
//        wait等待開始 。 當前時間:1564467228874
//        notifyAll喚醒等待前 。 結束時間:1564467231875
//        notifyAll喚醒等待后 。 結束時間:1564467231875
//        wait等待結束 。 當前時間:1564467231875

    }

}

感謝你能夠認真閱讀完這篇文章,希望小編分享的“Java中Wait如何使用”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

罗江县| 林周县| 河池市| 蕲春县| 纳雍县| 忻城县| 麻江县| 涪陵区| 饶平县| 湘阴县| 尤溪县| 唐海县| 丰宁| 美姑县| 祁阳县| 大石桥市| 静宁县| 旌德县| 兴海县| 巴彦淖尔市| 珲春市| 宁陕县| 饶阳县| 满洲里市| 株洲县| 疏附县| 喀喇沁旗| 昌邑市| 资讯| 红桥区| 黄龙县| 英吉沙县| 百色市| 沁阳市| 泗阳县| 恭城| 宕昌县| 新宁县| 堆龙德庆县| 黄大仙区| 北流市|