Java代碼?
public class Son extends Father { String value = null;//2 public Son() { super(); //1 System.out.println("Son: " + value);//3 } public static void main(final String[] args) { new Son(); } } class Father { public Father() { if (this instanceof Son) { Son lower = (Son) this; lower.value = "test"; } } } class Father { public Father() { if (this instanceof Son) { Son lower = (Son) this; lower.value = "test"; } } }
下載
這個(gè)的結(jié)果是 null?
步驟1? 設(shè)置為test?
步驟2? 設(shè)置為null?
步驟3 打印出來null?
如果 不是?? String value = null ; 只是?? String value;?下載
步驟1? 設(shè)置為test?
步驟2? 不做任何事情,因?yàn)橐呀?jīng)有值了,不用設(shè)置為默認(rèn)的null值了?
步驟3 打印出來null?
所以? 一個(gè)字段不設(shè)置值 和 設(shè)置為null? 是有區(qū)別的。?
本站聲明
本文內(nèi)容由網(wǎng)友自發(fā)貢獻(xiàn),版權(quán)歸原作者所有,本站不承擔(dān)相應(yīng)法律責(zé)任。如您發(fā)現(xiàn)有涉嫌抄襲侵權(quán)的內(nèi)容,請聯(lián)系admin@php.cn

熱AI工具

Undress AI Tool
免費(fèi)脫衣服圖片

Undresser.AI Undress
人工智能驅(qū)動的應(yīng)用程序,用于創(chuàng)建逼真的裸體照片

AI Clothes Remover
用于從照片中去除衣服的在線人工智能工具。

Clothoff.io
AI脫衣機(jī)

Video Face Swap
使用我們完全免費(fèi)的人工智能換臉工具輕松在任何視頻中換臉!

熱門文章
Agnes Tachyon Build Guide |漂亮的德比志
2 周前
By Jack chen
Oguri Cap Build Guide |漂亮的德比志
2 周前
By Jack chen
Palia:Rasquellywag的Riches Quest演練
1 個(gè)月前
By DDD
峰:如何復(fù)興球員
3 周前
By DDD
Grass Wonder Build Guide |烏瑪媽媽漂亮的德比
1 周前
By Jack chen

熱工具

記事本++7.3.1
好用且免費(fèi)的代碼編輯器

SublimeText3漢化版
中文版,非常好用

禪工作室 13.0.1
功能強(qiáng)大的PHP集成開發(fā)環(huán)境

Dreamweaver CS6
視覺化網(wǎng)頁開發(fā)工具

SublimeText3 Mac版
神級代碼編輯軟件(SublimeText3)