?abstract(抽象的)
??? static(靜態(tài)的)
??? public(公共的)
??? protected(受保護(hù)的)
??? private(私有 的)
??? synchronized(同步的)
??? native(本地的)
??? transient(暫時(shí)的)
??? volatile(易失的)
??? final(不可改變 的)。
posted on 2006-11-29 00:46
EricWong 閱讀(184)
評(píng)論(0) 編輯 收藏 所屬分類(lèi):
Java