什么是關(guān)鍵字?
關(guān)鍵字:就是被java賦予了特殊含義的英文單詞。在editplus編輯器中書(shū)寫(xiě)時(shí)字體顏色會(huì)變。 (1)用于定義權(quán)限修飾的關(guān)鍵字 private protected public (2)用來(lái)定義類函數(shù)變量修飾符的關(guān)鍵字 abstract final static synchronized (3)用來(lái)定義類與類之間的關(guān)鍵字 extends implements (4)用來(lái)定義建立實(shí)例及引用實(shí)例,判斷實(shí)力的關(guān)鍵字 new this super instanceof (5)用于藝術(shù)處理的關(guān)鍵字 try catch finally throw throws (6)用于包的關(guān)鍵字 package import (7)其他修飾符關(guān)鍵字 native strictfp transient volatile assert