identifiers in java with different versions?

Posted by GK on Stack Overflow See other posts from Stack Overflow or by GK
Published on 2010-03-27T18:35:02Z Indexed on 2010/03/27 18:43 UTC
Read the original article Hit count: 125

Filed under:

as we "No keyword should be used as an Identifier in java". But there will be some words like asser or enum or any other which have been added as keyword in version 1.4, 1.5 resp. So if any older version code is used to compile with new javac, what happens if that code contains these words as an identifier?

© Stack Overflow or respective owner

Related posts about java