Java keywords are
reserved words and have special meaning for the java compiler. These java
keywords cannot be used as identifiers in a program. There is a rich list of
java keywords. 
List of java
keywords,
- boolean
- void
- int
- threadsafe
- super
- case
- continue
- throw
- finally
- private
- volatile
- native
- package
- future
- operation
- char
- true
- long
- null
- if
- break
- do
- synchronized
- static
- protected
- class
- extends
- import
- generic
- outer
- byte
- false
- double
- new
- else
- default
- while
- try
- abstract
- public
- instanceof
- interface
- cast
- goto
- rest
- float
- short
- byvalue
- this
- switch
- for
- return
- catch
- final
- transient
- throws
- implements
- const
- inner
- var
Some of the keywords
in above list are reserved for future use.
 
No comments:
Post a Comment