May 2018
Intermediate to advanced
928 pages
25h 27m
English
This appendix lists all keywords of the Java language. Some keywords are “restricted.” They have a special meaning only in certain circumstances (for example, in module declarations). Elsewhere, they can be identifiers.
Table A.1 Java Keywords
Keyword |
Meaning |
See Chapter |
|
An abstract class or method |
|
|
Used to locate internal program error |
|
|
The Boolean type |
|
|
Breaks out of a switch or loop |
|
|
The 8-bit integer type |
|
|
A case of a |
|
|
The clause of a |
|
|
The Unicode character type |
|
|
Defines a class type |
|
|
Not used |
|
|
Continues at the end of a loop |
|
|
The default clause of a |
Read now
Unlock full access