关键字---Keywords 标示符---Identifiers 注释---Comments 文档注释---Documentation Comments 基本数据---Primitives 字符---Character(char) 字符串---String 字节---Byte 整数---Integer(int) 布尔---Boolean 二进制---Binary 八进制---Octal 十进制---Decimal 十六进制---Hexadecimal 常数和变量---Constants & Variables 运算符---Operators 语句---Statements 函数(方法)---Functions(Methods) 数组---Arrays 隐式类型装换---Implicit Type Conversion 显示类型转换---Explicit Type Conversions
转载于:https://www.cnblogs.com/yiranniu/archive/2013/06/05/3118242.html