- Reserved words are words that cannot be used as object , variable names or any other identifier in a Java program.
- Because they're already used by the syntax of the Java programming language.
- If you attempt to use any of the words below as identifiers in your Java programs, you'll get an error.
abstract assert boolean break byte case catch char
class const continue default double do else enum
extends false 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
true try void volatile while
No comments:
Post a Comment
Thank you Very Much.For Given Comment