Category:Java: Difference between revisions

Content added Content deleted
m (Java dropped to #2 in the Tiobe Index. We should probably just leave it phrased this way to deal with rapid changes. Also rm {{amazon}}.)
m (New link for javadocs)
Line 23: Line 23:
The primary benefits of Java are:
The primary benefits of Java are:
* Cross-[[platform]] (Write Once, Run Anywhere (if all of the libraries are ported))
* Cross-[[platform]] (Write Once, Run Anywhere (if all of the libraries are ported))
* Comprehensive class library (which is thoroughly [http://java.sun.com/javase/reference/api.jsp documented])
* Comprehensive class library (which is thoroughly [http://www.oracle.com/technetwork/java/javase/documentation/index.html documented])
* [[garbage collection|Automatic memory management]]
* [[garbage collection|Automatic memory management]]
* Large user community
* Large user community