Java (software platform)

Java (software platform)
Original author(s)James Gosling, Sun Microsystems
Developer(s)Oracle Corporation
Initial releaseJanuary 23, 1996 (1996-01-23)[1][2]
Stable release21.0.0 LTS (September 19, 2023 (2023-09-19)) [±]

17.0.6 LTS (February 18, 2023 (2023-02-18)) [±]
11.0.17 LTS (October 18, 2022 (2022-10-18)[3]) [±]

8u401 LTS (January 16, 2024 (2024-01-16)[4]) [±]
Written inJava, C++, C, assembly language[5]
Operating systemMicrosoft Windows, Linux, macOS,[6] and for old versions: Solaris
Platformx64, ARMv8, and for old versions: ARMv7, IA-32, SPARC (up to Java 14) (Java 8 includes 32-bit support for Windows – while no longer supported freely by Oracle for commercial use)[6]
Available inEnglish, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Spanish, Swedish[7]
TypeSoftware platform
LicenseDual-license: GNU General Public License version 2 with classpath exception,[8] and a proprietary license.[9]
Website
TuxGuitar, a Java-powered program

Java is a set of computer software and specifications that provides a software platform 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 to enterprise servers and supercomputers. Java applets, which are less common than standalone Java applications, were commonly run in secure, sandboxed environments to provide many features of native applications through being embedded in HTML pages.

Writing in the Java programming language is the primary way to produce code that will be deployed as byte code in a Java virtual machine (JVM); byte code compilers are also available for other languages, including Ada, JavaScript, Python, and Ruby. In addition, several languages have been designed to run natively on the JVM, including Clojure, Groovy, and Scala. Java syntax borrows heavily from C and C++, but object-oriented features are modeled after Smalltalk and Objective-C.[10] Java eschews certain low-level constructs such as pointers and has a very simple memory model where objects are allocated on the heap (while some implementations e.g. all currently supported by Oracle, may use escape analysis optimization to allocate on the stack instead) and all variables of object types are references. Memory management is handled through integrated automatic garbage collection performed by the JVM.

  1. ^ "JavaSoft ships Java 1.0" (Press release). Archived from the original on February 5, 2008. Retrieved February 9, 2016.
  2. ^ Ortiz, C. Enrique; Giguère, Éric (2001). Mobile Information Device Profile for Java 2 Micro Edition: Developer's Guide (PDF). John Wiley & Sons. ISBN 978-0471034650. Retrieved May 30, 2012.
  3. ^ "JDK Releases". Oracle Corporation. Retrieved December 9, 2022.
  4. ^ "JDK Releases". Oracle Corporation. Retrieved January 17, 2024.
  5. ^ "HotSpot Group". Openjdk.java.net. Retrieved February 9, 2016.
  6. ^ a b "Oracle JDK 8 and JRE 8 Certified System Configurations Contents". Oracle.com. April 8, 2014. Retrieved February 9, 2016.
  7. ^ "Java SE 7 Supported Locales". Oracle.com. Retrieved February 9, 2016.
  8. ^ "OpenJDK: GPLv2 + Classpath Exception". Openjdk.java.net. April 1, 1989. Retrieved February 9, 2016.
  9. ^ "BCL For Java SE". Oracle.com. April 2, 2013. Retrieved February 9, 2016.
  10. ^ Naughton, Patrick. "Java Was Strongly Influenced by Objective-C". Virtual School. Archived from the original on August 13, 2012.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne