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 , goto reserved, 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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -