0
点赞
收藏
分享

微信扫一扫

2.3Java中的关键字/保留字

小a草 2022-02-13 阅读 66

关键字不能用作变量名或方法名

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

举报

相关推荐

0 条评论