java关键字详解

数据类型:

boolean    int    long    short    byte   

float    double    char    class    interface

流程控制:

if     else    do    while    for    switch   

case    default    break    continue   

return    try    catch    finally

修饰符:      

public    protected    private    final    void    

static    strictfp     abstract     transient

synchronized     volatile    native

动作:          

package    import     throw    throws     extends   

implements    this    super    instanceof    new

保留字:      

true     false    null    goto    const

原文地址:https://www.cnblogs.com/dzqdzq/p/3008953.html