一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務器之家:專注于服務器技術及軟件下載分享
分類導航

PHP教程|ASP.NET教程|Java教程|ASP教程|編程技術|正則表達式|C/C++|IOS|C#|Swift|Android|VB|R語言|JavaScript|易語言|vb.net|

服務器之家 - 編程語言 - Java教程 - java實現Runnable接口適合資源的共享

java實現Runnable接口適合資源的共享

2021-05-17 15:30xusheng_Mr Java教程

這篇文章主要為大家詳細介紹了java實現Runnable接口適合資源的共享,具有一定的參考價值,感興趣的小伙伴們可以參考一下

本文為大家分享了java實現runnable接口適合資源的共享,供大家參考,具體內容如下

java當中,創建線程通常用兩種方式:

1、繼承thread類

2、實現runnable接口

但是在通常的開發當中,一般會選擇實現runnable接口,原因有二:
1.避免單繼承的局限,在java當中一個類可以實現多個接口,但只能繼承一個類
2.適合資源的共享
原因1我們經常聽到,但是2是什么呢?下面用一個例子來解釋:
有5張票,分兩個窗口賣:

繼承thread類:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
public class threaddemo {
  public static void main(string[] args) {
    hellothread t1 = new hellothread();
    t1.setname("一號窗口");
    t1.start();
    hellothread t2 = new hellothread();
    t2.setname("二號窗口");
    t2.start();
  }
 
}
class hellothread extends thread{
 
   private int ticket = 5;
  public void run() {
    while(true){
      system.out.println(this.getname()+(ticket--));
      if (ticket<1) {
        break
      }
    }
  }
 
}

運行結果:

java實現Runnable接口適合資源的共享

很明顯,這樣達不到我們想要的結果,這樣兩個窗口在同時賣票,互不干涉。

實現thread類:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
public class threaddemo {
  public static void main(string[] args) {
    hellothread t = new hellothread();
    thread thread1 = new thread(t, "1號窗口");
    thread1.start();
    thread thread2 = new thread(t, "2號窗口");
    thread2.start();
  }
 
}
class hellothread implements runnable{
 
  private int ticket = 5;
  public void run() {
    while(true){
      system.out.println(thread.currentthread().getname()+(ticket--));
      if (ticket<1) {
        break
      }
    }
  }
 
}

運行結果:

java實現Runnable接口適合資源的共享

這樣兩個窗口就共享了5張票,因為只產生了一個hellothread對象,一個對象里邊有一個屬性,這樣兩個線程同時在操作一個屬性,運行同一個run方法。

這樣就達到了資源的共享。

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持服務器之家。

原文鏈接:https://blog.csdn.net/xusheng_Mr/article/details/61938216

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 国产 国语对白 露脸正在播放 | 日本艳鉧动漫1~6完整版在 | 久久精品人人做人人爽97 | 国产精品色爱综合网 | 精品综合久久久久久88小说 | 亚洲日本视频在线 | gay中国 | 日本高清无吗 | 亚洲黄网站wwwwww | 日本三不卡 | 国产欧美另类久久精品91 | 久久精品视频uu | 亚洲黑人巨大videos0 | 日本黄色网页 | 亚洲福利一区 | 亚洲国产福利精品一区二区 | 精品国产福利在线观看一区 | 女人又色又爽又黄 | 99re在线视频观看 | 暖暖 免费 高清 日本 在线1 | 暖暖免费高清完整版观看日本 | 国产精品自在线 | 国产免费小视频在线观看 | 纲手被强喷水羞羞漫画 | 国产乱码一卡二卡3卡四卡 国产乱插 | beeg最新 | 2019亚洲男人天堂 | 欧美另类变态 | 高清日韩在线 | 天美影视文化传媒mv免费 | 91免费精品国自产拍在线不卡 | 亚洲第五色综合网啪啪 | 午夜国产在线观看 | 亚洲国产综合网 | 五月天精品在线 | 日本伊人久久 | 国产麻豆剧果冻传媒影视4934 | 99自拍网 | 关晓彤被调教出奶水的视频 | 午夜伦理:伦理片 | 成人亚洲精品一区 |