Java Reference
In-Depth Information
case
enum
instanceof
return
transient
catch
extends
int
short
TRy
char
final
interface
static
void
class
finally
long
strictfp
volatile
float
native
super
while
const
Although they appear to be keywords, null , TRue, and false are formally
literals, just like the number 12, so they do not appear in the above
table. However, you cannot use null , true , or false as identifiers, just as
you cannot use 12 as an identifier. These words can be used as parts of
identifiers, as in annulled , construe , and falsehood .
 
Search WWH ::




Custom Search