Java reserved words
Java reserved words
Java
reserved words are
keywords
If a reserved word
was used as a variable, you would get an error or unexpected result.
TYPE OF RESERVED WORDS
Abstract
assert
boolean
break
byte
case
catch
char
class
const
default
assert
boolean
break
byte
case
catch
char
class
const
default
do
double
else
enum
extends
false
final
finally
float
for
goto
double
else
enum
extends
false
final
finally
float
for
goto
if
implements
import
instanceof
int
interface
long
native
new
null
package
implements
import
instanceof
int
interface
long
native
new
null
package
|
private
protected public return short static strictfp super switch synchronized
this
throw throws transient true try void volatile while continue |
|
Comments
Post a Comment