修飾符 |
類 |
成員訪求 |
構造方法 |
成員變量 |
局部變量 |
abstract(抽象的) |
√ |
√ |
- |
- |
- |
static (靜態(tài)的) |
- |
√ |
- |
√ |
- |
public(公共的) |
√ |
√ |
√ |
√ |
- |
protected(受保護的) |
|
√ |
√ |
√ |
- |
private(私有的) |
- |
√ |
√ |
√ |
- |
synchronized(同步的) |
- |
√ |
- |
- |
- |
native(本地的) |
- |
√ |
- |
- |
- |
transient(暫時的) |
- |
- |
- |
√ |
- |
volatie(易失的) |
- |
- |
- |
√ |
- |
final(不要改變的) |
√ |
√ |
- |
√ |
√ |
posted on 2007-10-02 10:05
Ke 閱讀(3423)
評論(0) 編輯 收藏 所屬分類:
java