淡然保温杯

文章
5
资源
0
加入时间
3年0月9天

JAVA关键字及含义

用于语句的关键字有break、case、 catch、 continue、 default 、do、 else、 for、 if、return、switch、try、 while、 finally、 throw、this、 super。用于数据类型的关键字有 boolean、byte、char、 double、 float、int、long、new、short、void、instanceof。用来说明最终属性,表明一个类不能派生出子类,或者成员方法不能被覆盖,或者成员域的值不能被改变,用来定义常