The Java EE 5 Tutorial

Reserved Words

The following words are reserved for the JSP expression language and should not be used as identifiers.

and

or

not

eq

ne

lt

gt

le

ge

true

false

null

instanceof

empty

div

mod

Note that many of these words are not in the language now, but they may be in the future, so you should avoid using them.