Category:Java: Difference between revisions

Removing opinionated stabs taken at Java
(Fixed all misconceptions (YOUR WELCOME))
(Removing opinionated stabs taken at Java)
Line 7:
* Cross-[[platform]] (Write Once, Run Anywhere (if all of the libraries are ported))
* Comprehensive class library (which is very well [http://java.sun.com/javase/reference/api.jsp documented])
* [[garbage collection|Automatic memory management]] (So users don't have to learn memory management)
* Huge user community
* Well supported by the [[open source]] community and commercial industry ([[Sun Microsystems|Sun]], [[IBM]], [[Oracle]], HP, BEA, [[Mac OS X|Apple]], etc.)
Line 14:
The primary flaws of Java are:
* "High performance" (Java code running with a modern JIT is NOT comparable to the speed of efficient [[C++]])
* Not compiled (Allowing for super-duper speed?)
* "You acknowledge that Software is not designed, licensed or intended for use in the design, construction, operation or maintenance of any nuclear facility." -See the EULA
 
 
Java is used in a variety of environments including desktop applications, embedded device (PDA and wireless phone) applications, server-side web page serving applications (as [[Java Server Pages|JSP]]), and applets embedded in web pages.
Anonymous user