Category:Java: Difference between revisions

Content added Content deleted
m (Changed over to language header)
m (Eliminated link to "C plus plus")
Line 6: Line 6:
The primary benefits of Java are:
The primary benefits of Java are:
* Cross-platform (Write Once, Run Anywhere)
* Cross-platform (Write Once, Run Anywhere)
* High performance (Java code running with a modern JIT is often comparable to the speed of [[C plus plus|C ]])
* High performance (Java code running with a modern JIT is often comparable to the speed of [[C++]])
* Comprehensive class library
* Comprehensive class library
* Automatic memory management
* Automatic memory management