Page Stats
Visitor: 205
Java Keywords
Keywords are the reserved words whose meaning is already defined. Keywords cannot use for declaring variable names, class name, method name or any identifier name. All keywords are to be written in lower case letters.
abstract | assert | boolean | break |
byte | case | catch | char |
class | const | continue | default |
do | double | else | enum |
extends | final | finally | float |
for | goto | if | implements |
import | instanceof | int | interface |
long | native | new | open |
package | private | protected | public |
requires | return | short | static |
super | switch | synchronized | this |
throw | throws | transient | try |
void | volatile | while | with |