Wednesday, June 19, 2013

Java (software platform)

From Wikipedia, the free encyclopedia Jump to: navigation, search Java (software platform) Original author(s) James Gosling, Sun Microsystems Developer(s) Oracle Corporation Stable release 7 Update 25 (1.7.0_25) (June 18, 2013; 1 day ago (2013-06-18)) Preview release 8 Build 88 (May 2, 2013; 48 days ago (2013-05-02)) Written in Java, C++ Operating system Windows, Solaris, Linux, Mac OS X Platform IA-32, x86-64, SPARC, ARM Type Software platform License Proprietary software, freeware Website www.java.com

Java is a set of several computer software products and specifications from Sun Microsystems (which has since merged with Oracle Corporation), that together provide a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones on the low end, to enterprise servers and supercomputers on the high end. While less common, Java applets are sometimes used to provide improved and secure functions while browsing the World Wide Web on desktop computers.

Writing in the Java programming language is the primary way to produce code that will be deployed as Java bytecode. There are, however, bytecode compilers available for other languages such as Ada, JavaScript, Python, and Ruby. Several new languages have been designed to run natively on the Java Virtual Machine (JVM), such as Scala, Clojure and Groovy. Java syntax borrows heavily from C and C++, but object-oriented features are modeled after Smalltalk and Objective-C. Java eliminates certain low-level constructs such as pointers and has a very simple memory model where every object is allocated on the heap and all variables of object types are references. Memory management is handled through integrated automatic garbage collection performed by the JVM.

On November 13, 2006, Sun Microsystems made the bulk of its implementation of Java available under the GNU General Public License (GPL).

No comments:

Post a Comment