Complete List Of Java Keywords
Kushal Paudyal July 19th, 2012.This post has 2,733 views
The following is a complete list of keywords defined in the Java programming language. None of the following words can be as identifiers in the program that is written in Java Language. Remember, java may introduce more keywords in the language as required when they come up with new versions of Java.
- Code:
-
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
package
private
protected
public
return
short
static
strictfp**
super
switch
synchronized
this
throw
throws
transient
try
void
volatile
while
Notations:
* Currently Not Used
** Added In Java Version 1.2
*** Added In Java Version 1.4
**** Added In Java Version 5.0
For details of each of this keyword, visit the link below in Wikipedia.
[You must be registered and logged in to see this link.]____________
Source:
[You must be registered and logged in to see this link.]