Java 1.5: Difference between revisions

Content deleted Content added
Rls (talk | contribs)
m Links
Don't need -source 1.5
Line 1:
'''Java 1.5'''(the "Tiger" relase) became available in Beta in February 2004. Like all versions of [[Java programming language|Java]], it can be downloaded at no charge from [[Sun Microsystems|Sun]]'s website.
 
This version of Java contains long-awaited [[syntax]] shortcuts such as [[foreach]], [[autoboxing]] and [[typesafe enum]]s. To turn on these features, you must provide the "-source 1.5" [[switch]] to the [[compiler]].
 
==For each==