Java Reserved Keywords
Here are the keywords according to their categories.
Reserved keywords for Data-types:
- byte
- short
- int
- long
- float
- double
- char
- Boolean
Reserved keywords for flow control:
- if
- else
- switch
- case
- break
- continue
- default
- return
- for
- while
- do
Keywords for Modifiers:
- public
- protected
- private
- static
- final
- native
- transient
- abstract
- native
- volatile
- synchronized
Keywords for Exception Handling:
- try
- catch
- finally
- throw
- throws
- assert
Keywords for class related:
- class
- package
- import
- extends
- implements
- interface
Object related Keywords:
- new
- this
- super
- instanceof
Other keywords:
- void
- goto
- null
- strictfp**
- enum
0 comments:
Post a Comment