Keywords in Java Programming


Keywords in JAVA Programming Language:
Catchphrases or Reserved words are the words in a dialect that are utilized for some inside procedure or speak to some predefined activities. These words are in this way not permitted to use as a variable names or questions. Doing this will result into an aggregate time blunder.


Java likewise contains a rundown of saved words or watchwords. These are:

abstractassertbooleanbreak
bytecasecatchchar
classconstcontinuedefault
dodoubleelseenum
extendsfinalfinallyfloat
forgotoifimplements
importinstanceofintinterface
longnativenewpackage
privateprotectedpublicreturn
shortstaticstrictfpsuper
switchsynchronizedthisthrow
throwstransienttryvoid
volatilewhile true false
null

Comments