Java关键字

 2021-10-02  21:22:49

java关键字包括:

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

strictfp

short

static

super

switch

synchronized

this

throw

throws

transient

try

void

volatile

while

下面分别解释一下每个关键字的含义。

 Java关键字

转载于:https://blog.csdn.net/z1web/article/details/89068217

上一篇:公众号内容拓展学习笔记(2021.9.30)


下一篇:JavaSe之抽象类