拉勾 Linux運(yùn)維實(shí)戰(zhàn)訓(xùn)練營
參考名稱?這里???
關(guān)鍵字
Java中的關(guān)鍵字是有特定含義的,為編譯器所保留的,不能作為標(biāo)識(shí)符使用,且所有的關(guān)鍵字都是小寫的。
用于數(shù)據(jù)處理的關(guān)鍵字:byte short int long float double char boolean
用于流程控制語句的關(guān)鍵字:if else switch case default while for break continue
方法、類型、變量的修飾的關(guān)鍵字:private public protected final static abstract synchronized
異常處理的關(guān)鍵字:try catch finally throw throws
對(duì)象相關(guān)的關(guān)鍵字:new extends implements class this super instance of(用于檢測構(gòu)造函數(shù)的 prototype 屬性是否出現(xiàn)在某個(gè)實(shí)例對(duì)象的原型鏈上)
方法相關(guān)的關(guān)鍵字:return void
包相關(guān)的關(guān)鍵字:package import
其他關(guān)鍵字: true false null
標(biāo)簽: