Friday 15 January 2016

JAVA KEYWORDS

In the Java programming language, a keyword is one of 50 reserved words that have a predefined meaning in the language; because of this, programmers cannot use keywords as names for variablesmethodsclasses, or as any other identifier.
abstractassertbooleanbreakbyte
casecatchcharclassconst
continuedefaultdodoubleelse
enum
extends
finalfinallyfloat
forgotoifimplementsimport
instanceofintinterfacelongnative
newpackageprivateprotectedpublic
returnshortstaticstrictfpsuper
switchsynchronizedthisthrowthrows
transienttryvoidvolatilewhile

No comments:

Post a Comment