standards - What's the aim of not used java keyword? -
as oracle states, const keyword in java. not used. why , what's use of const being non used keyword in java? (the same goes goto)
from java language specification:
the keywords
const,gotoreserved, though not used. may allow java compiler produce better error messages if these c++ keywords incorrectly appear in programs.
(this wording in first edition, think.)
Comments
Post a Comment