Download Palabras reservadas Java

Document related concepts
no text concepts found
Transcript
Apéndice
W1
Palabras reservadas Java
Las siguientes palabras no se pueden utilizar como identificadores
abstract
finally
public
boolean
float
return
break
for
short
byte
goto
static
case
if
super
catch
implements
switch
char
import
synchronized
class
instanceof
this
const
int
throw
continue
interface
throws
default
long
transient
do
native
true
double
new
try
else
null
void
extends
package
volatile
false
private
while
final
protected
Las siguientes palabras reservadas pueden no tener significado en algunas versiones actuales, pero
están reservadas para uso futuro
byvalue
future
inner
rest
cast
generic
operator
var
const
goto
outer
1
Apéndice A
2
Related documents