Java的关键字和保留字

    xiaoxiao2021-03-25  118

    1、关键字:

    abstract, assert, boolean, break, byte, case, catch, char, class, const(保留关键字), continue, default, do, double, else, enum, extends, final, finally, float, for,goto(保留关键字), if, implements, import, instanceof, int, interface, long, native, new, package, private, protected, public, return, short, static, strictfp, super, switch, synchronized, this, throw, throws, transient, try, void, volatile, while

    2、保留字:

    byValue, cast, false, future, generic, inner, operator, outer, rest,true, var, goto (保留关键字) , const (保留关键字) ,null

    转载请注明原文地址: https://ju.6miu.com/read-8328.html

    最新回复(0)