Java Platform: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
The '''Java [[Platform (computing)]]''' is the name for a computing environment from [[Sun Microsystems]] which can run applications developed using a standard programming language and set of development tools. In this case, the platform is not a specific hardware or operating system, but rather an execution engine called a [[virtual machine]], and a set of standard libraries which provide common functionality.
 
The the platform is properly called the '''Java 2 Platform''', and includes both a Standard Edition or [[J2SE]], an [[Enterprise]] Edition or [[J2EE]], and a Micro Edition or [[J2ME]]. The current version of the Java 2 platform is alternatively specified as version 1.5 or version 5 (both refer to the same version). A good overview of the myriad of technologies that makes up the Java 2 Platform can be found on the http://java.sun.com/j2se/1.5.0/docs/index.html JDK Documentation Page].
 
== Java Technologies ==