Hi Jordi,
Where did you get the list of 8 reserved words? Never seen them mentioned before.
The exam tests your knowledge of the keywords list in
JLS �3.9 which includes 'goto' and 'const' even though they aren't utilized in the language.
'true', 'false' and 'null' are literals, not keywords. Like the cannot be used as identifiers.
You'll see questions about keywords and about identifiers.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
[This message has been edited by Jane Griscti (edited July 15, 2001).]