Java中的关键字

访问控制
private    protected    public
类,方法和变量修饰符
abstract    class    extends    final    implements    interface    native    new
static    strictfp    synchronized    transient    volatile
程序控制
break    continue    return    do    while    if    else    for    instanceof    switch
case    default
异常处理
try    cathc    throw    throws
包相关
import    package
基本类型
boolean    byte    char    double    float    int    long    short    null    true    false
变量引用
super    this    void
保留字
goto    const
posted @ 2019-08-02 12:19  每一天,为明天。  阅读(66)  评论(0)    收藏  举报