亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

java中super和this的用法

java中super和this的用法

慕粉1600176492 2018-02-23 15:01:51
class?NewThread?extends?Thread?{ ????NewThread()?{ ????????//?Create?a?new,?second?thread ???? super("Demo?Thread"); ????????System.out.println("Child?thread:?"?+?this); ????????start();?//?Start?the?thread ????} ????//?This?is?the?entry?point?for?the?second?thread. ????public?void?run()?{ ????????try?{ ????????????for(int?i?=?5;?i?>?0;?i--)?{ ????????????????System.out.println("Child?Thread:?"?+?i); ????????????????Thread.sleep(500); ????????????} ????????}?catch?(InterruptedException?e)?{ ????????????System.out.println("Child?interrupted."); ????????} ????????System.out.println("Exiting?child?thread."); ????} } class?helloworld?{ ????public?static?void?main(String?args[])?{ ????????new?NewThread();?//?create?a?new?thread ????????try?{ ????????????for(int?i?=?5;?i?>?0;?i--)?{ ????????????????System.out.println("Main?Thread:?"?+?i); ????????????????Thread.sleep(1000); ???????????} ????????}?catch?(InterruptedException?e)?{ ????????????System.out.println("Main?thread?interrupted."); ????????} ????????System.out.println("Main?thread?exiting."); ????} }這里我一直不明白?第三行?super("Demo Thread");這一句創建的是父類,為什么下面打印this就成了父類了,這里也沒有轉型和賦值什么的操作啊,為什么this就成了父類了
查看完整描述

目前暫無任何回答

  • 0 回答
  • 0 關注
  • 1222 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號