千鋒教育Java入門全套視頻教程(java核心技術(shù),適合java零基礎(chǔ),Java

Java中的關(guān)鍵字是有特定含義的,為編譯器所保留的,不能作為標(biāo)識符使用,且所有的關(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
對象相關(guān)的關(guān)鍵字:new extends implements class this super instance of(用于檢測構(gòu)造函數(shù)的 prototype 屬性是否出現(xiàn)在某個實例對象的原型鏈上)
方法相關(guān)的關(guān)鍵字:return void
包相關(guān)的關(guān)鍵字:package import
其他關(guān)鍵字: true false null
標(biāo)簽: