0% found this document useful (0 votes)
17 views

Java 50 Keywords

Uploaded by

mic.pess
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Java 50 Keywords

Uploaded by

mic.pess
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

50_Keywords_of_Java

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

const and goto are reserved words but not used


True, false and null are literals, not keywords
all keywords are in lower-case
keywords cannot be used as an identifier for class, subclass, variable and methods
are case-sensitive

You might also like