Keywords in Java
Posted May 21, 2011
on:- In: Java | Java Tutorials
- 8 Comments
In Java there are total 49 keywords are available.
The keywords “const” & “goto” are reserved & not used.
The “true”, “false” & “null” are values.
One cannot use the keywords for any other purpose.
Following are the keywords in Java:
abstract | assert | boolean | break | byte |
case | catch | char | class | const |
continue | default | do | double | else |
extends | final | finally | float | for |
goto | if | implements | import | instanceof |
int | interface | long | native | new |
package | private | protected | public | return |
short | static | strictfp | super | switch |
synchronized | this | throw | throws | transient |
try | void | volatile | while | —— |
Keywords in Java |
8 Responses to "Keywords in Java"

Not sure if I should leave a comment for this, but I enjoyed reading your article 😀 Sometimes I think blogs should have “Like” buttons.
LikeLike


When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get several emails with the same comment. Is there any way you can remove me from that service? Thank you!
LikeLike

Comments are closed.
April 6, 2012 at 10:52 PM
This topic normally is hard to talk about but you definitely sound like you know what’s up.
LikeLike
April 7, 2012 at 12:27 PM
Thanks Walton
LikeLike