數據類型: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。