开发者

Reserved words in Java

开发者 https://www.devze.com 2022-12-24 03:09 出处:网络
goto is a rese开发者_运维技巧rved word in Java. Is it true? Why so?Yes, goto is a reserved word in Java.

goto is a rese开发者_运维技巧rved word in Java.

Is it true?

Why so?


Yes, goto is a reserved word in Java.

From the Sun Docs:

The keywords const and goto are reserved, even though they are not currently used.

0

精彩评论

暂无评论...
验证码 换一张
取 消