Java Language Keywords (Java语言关键字)

    xiaoxiao2021-03-25  75

    Here is a list of keywords in the Java programming language. You cannot use any of the following as identifiers in your programs. The keywords const and goto are reserved, even though they are not currently used. true, false, and null might seem like keywords, but they are actually literals; you cannot use them as identifiers in your programs.

    abstractcontinuefornewswitchassert***defaultgoto*packagesynchronizedbooleandoifprivatethisbreakdoubleimplementsprotectedthrowbyteelseimportpublicthrowscaseenum****instanceofreturntransientcatchextendsintshorttrycharfinalinterfacestaticvoidclassfinallylongstrictfp**volatileconst*floatnativesuperwhile

    *

    not used

    **

    added in 1.2

    ***

    added in 1.4

    ****

    added in 5.0

    见官网http://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html
    转载请注明原文地址: https://ju.6miu.com/read-39203.html

    最新回复(0)