数据类型:boolean、byte、short、int、long、double、char、float、double。
l包引入和包声明:import、package。
l用于类和接口的声明:class、extends、implements、interface。
l流程控制:if、else、switch、do、while、case、break、continue、return、default、while、for。
l异常处理:try、catch、finally、throw、throws。
l修饰符:abstract、final、native、private、protected、public、static、synchronized、transient、volatile。
l其他:new、instanceof、this、super、void、assert、const*、enum、goto*、strictfp。

相关文章:

  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-06-23
  • 2021-12-05
  • 2021-06-14
相关资源
相似解决方案