zoukankan      html  css  js  c++  java
  • Java中的关键字/保留字

    Java关键字是Java语言保留供内部使用的,如class用于定义类。 关键字也可以称为保留字,它们的意思是一样的,我们不能使用关键字作为变量名或方法名。

    表2-1 Java中的关键字/保留字

    abstract

    assert

    boolean

    break

    byte

    case

    catch

    char

    class

    const

    continue

    default

    do

    double

    else

    extends

    final

    finally

    float

    for

    goto

    if

    implements

    import

    instanceof

    int

    interface

    long

    native

    new

    null

    package

    private

    protected

    public

    return

    short

    static

    strictfp

    super

    switch

    synchronized

    this

    throw

    throws

    transient

    try

    void

    volatile

    while

  • 相关阅读:
    ES6(二)
    ES6
    bootstrap
    数组对象
    bootstrap
    html5(二)
    css3转换、动画、布局
    整理的一些兼容写法
    css渐变、背景、过渡、分页
    css3(一)
  • 原文地址:https://www.cnblogs.com/MrWuNotebook/p/10128225.html
Copyright © 2011-2022 走看看