91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

潞城市| 武定县| 保山市| 榆社县| 巴彦淖尔市| 嘉荫县| 肇源县| 泾源县| 建宁县| 灵台县| 登封市| 长顺县| 盐山县| 咸宁市| 德昌县| 岢岚县| 江油市| 柞水县| 马公市| 丽水市| 洞头县| 青州市| 连州市| 夹江县| 仙桃市| 池州市| 庄河市| 辽中县| 华亭县| 深圳市| 淳安县| 克拉玛依市| 肃宁县| 津市市| 汾西县| 钦州市| 河东区| 丽江市| 清苑县| 长沙市| 洛隆县|