Java (programming language)
Object-oriented programming language / From Wikipedia, the free encyclopedia
Dear Wikiwand AI, let's keep it short by simply answering these key questions:
Can you list the top facts and stats about Java (programming language)?
Summarize this article for a 10 years old
Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is a general-purpose programming language intended to let programmers write once, run anywhere (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need to recompile.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but has fewer low-level facilities than either of them. The Java runtime provides dynamic capabilities (such as reflection and runtime code modification) that are typically not available in traditional compiled languages. As of 2019[update], Java was one of the most popular programming languages in use according to GitHub,[citation not found][18][19] particularly for client–server web applications, with a reported 9 million developers.[20]
![]() | |
Paradigm | Multi-paradigm: generic, object-oriented (class-based), functional, imperative, reflective, concurrent |
---|---|
Designed by | James Gosling |
Developer | Oracle Corporation |
First appeared | May 23, 1995; 28 years ago (1995-05-23)[1] |
Typing discipline | Static, strong, safe, nominative, manifest |
Memory management | Automatic garbage collection |
Filename extensions | .java, .class, .jar, .jmod |
Website | oracle |
Influenced by | |
CLU,[2] Simula67,[2] Lisp,[2] Smalltalk,[2] Ada 83, C++,[3] C#,[4] Eiffel,[5] Mesa,[6] Modula-3,[7] Oberon,[8] Objective-C,[9] UCSD Pascal,[10][11] Object Pascal[12] | |
Influenced | |
Ada 2005, BeanShell, C#, Chapel,[13] Clojure, ECMAScript, Fantom, Gambas,[14] Groovy, Hack,[15] Haxe, J#, Kotlin, PHP, Python, Scala, Seed7, Vala, JavaScript, JS++ | |
|
Java was originally developed by James Gosling at Sun Microsystems. It was released in May 1995 as a core component of Sun Microsystems' Java platform. The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance with the specifications of the Java Community Process, Sun had relicensed most of its Java technologies under the GPL-2.0-only license. Oracle offers its own HotSpot Java Virtual Machine, however the official reference implementation is the OpenJDK JVM which is free open-source software and used by most developers and is the default JVM for almost all Linux distributions.
As of September 2023[update], Java 21 is the latest version, while Java 17, 11 and 8 are the current long-term support (LTS) versions.