Comments Reserved Words in Java Java Java Identifiers
also known as keywords are used by the language and can not be used to name an identifier .
Java reserved words are:
abstract boolean break
byte case catch
const char
class continue default
else do
double
extends false final
finally
float for goto if
import implements
instanceof int interface long
native new null
package private protected
return
public static short
strictfp
super switch synchronized
this
throw throws transient
true try void
volatile while
0 comments:
Post a Comment