码迷,mamicode.com
首页 > 编程语言 > 详细

Java中的关键字/保留字

时间:2018-12-16 23:20:42      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:vol   style   sse   class   ransient   ack   short   end   语言   

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

Java中的关键字/保留字

标签:vol   style   sse   class   ransient   ack   short   end   语言   

原文地址:https://www.cnblogs.com/MrWuNotebook/p/10128225.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!