java标识符

来源:互联网 发布:淘宝流量钱包怎么设置 编辑:程序博客网 时间:2024/04/28 03:40

  Java标识符: 

1,标识符由字母,数字,下划线和美元$符构成的字符序列。  

2,标识符必须以字母,下弧线,美元$符开头,不能以数字开头。  

3,标识符不能是保留字。  

4,标识符不能是true,false,null;  

5,标识符可以为任意长度。Java语言专用的50个关键字  

java专用的50个关键字
abstractdouble  intsuperassertelseinterface switchboolean enumlongsynchronizedbreak  extends nativethis byte for new throwcase final package throws catchfinally private transientcharfloatprotecttryclassgotopublicvoidconstructionifreturnvolatiledefaultimportstaticwhile implementscontinuedoinstanceofstrictfpshort

原创粉丝点击