Keywords

Purpose:

Reserved words are symbols that you cannot use as identifiers because they are reserved to use a Java keywords. In other words, they cannot be used as variable, method, constant, type, or any other identifier name.

abstract default if private throw
boolean do implements protected throws
break double import public transient
byte else instanceof return try
case extends int short void
catch final interface static volatile
char finally long super while
class float native switch
const for new synchronized
continue goto package this

Back to the Table of Contents


email suggestions to: cs015tas@cs.brown.edu