Java (programming language)

Java
Java programming language logo.svg
Paradigm Multi-paradigmObject-oriented (class-based), structuredimperativegenericreflectiveconcurrent
Designed by James Gosling
Developer Sun Microsystems (now owned by Oracle Corporation)
First appeared May 23, 1995; 22 years ago[1]
Typing discipline Static, strong, safenominativemanifest
License GNU General Public LicenseJava Community Process
Filename extensions .java, .class.jar
Website oracle.com/java/
Major implementations
OpenJDKGNU Compiler for Java (GCJ), many others
Dialects
Generic JavaPizza
Influenced by
Ada 83C++,[2] C#,[3] Eiffel,[4] Generic JavaMesa,[5] Modula-3,[6] Oberon,[7] Objective-C,[8]UCSD Pascal,[9][10] Object Pascal[11]
Influenced
Ada 2005BeanShellC#Chapel,[12] ClojureECMAScriptFantomGambas,[13] GroovyHack,[14] HaxeJ#JavaScriptKotlinPHPPythonScalaSeed7Vala

Java is a general-purpose computer programming language that is concurrentclass-basedobject-oriented,[15] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA),[16] meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.[17] Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,[18][19][20][21] particularly for client-server web applications, with a reported 9 million developers.[22] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems’ Java platform. The language derives much of its syntax from C and C++, but it has fewer low-levelfacilities than either of them.

The original and reference implementationJava 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 relicensed most of its Java technologies under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (bytecode compiler), GNU Classpath (standard libraries), and IcedTea-Web (browser plugin for applets).

The latest version is Java 9, released on September 21, 2017,[23] and is one of the two versions currently supported for free by Oracle. Versions earlier than Java 8 are supported by companies on a commercial basis; e.g. by Oracle back to Java 6 as of October 2017 (while they still “highly recommend that you uninstall”[citation needed] pre-Java 8 from at least Windows computers).

download

Java feature

img_2621

 

Leave a comment

Create a website or blog at WordPress.com

Up ↑