【第五节】java语言关键字

发布时间:2024年01月08日

Java Language Keywords

定义:被java语言赋予特殊的含义 ,用作专门用途的字符串

特点:全部关键字都是小写字母

官方地址:https://docs.oracle.com/javase/tutorial/java/nutsandbolts/_keywords.html

?详细内容:

*?not used **?added in 1.2***?added in 1.4****?added in 5.0

abstract

continue

for

new

switch

assert***

default

goto

package

synchronized

boolean

do

if

private

this

break

double

implements

protected

throw

byte

else?

import?

public?

throws?

case

enum****

instanceof

return

transient

catch

extends

int

short

try

char

final

interface

static

void

class

finally

long

strictfp**

volatile

const*

float

native

super

while?

文章来源:https://blog.csdn.net/txl910514/article/details/135451611
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。