true tase null 保留字 是字面量,不能作为关键字
j++ 先运算后自增 ++j 先自增后运算
三目运算符 (x==5)?"yes":"no"
java八个基础数据类型:byte short int long float double char boolean.