![]() | |
Paradigm | Multi-paradigm: Object-oriented (class-based),structured, imperative, generic,reflective, concurrent |
---|---|
Designed by | James Gosling |
Developer | Sun Microsystems (now owned by Oracle Corporation) |
First appeared | May 23, 1995[1] |
Typing discipline | Static, strong, safe,nominative, manifest |
License | GNU General Public License,Java Community Process |
Filename extensions | .java , .class, .jar |
Website | java |
Major implementations | |
OpenJDK, GNU Compiler for Java (GCJ), many others | |
Dialects | |
Generic Java, Pizza | |
Influenced by | |
Ada 83, C++,[2] C#,[3] Eiffel,[4] Generic Java,Mesa,[5] Modula-3,[6] Oberon,[7] Objective-C,[8]UCSD Pascal,[9][10] Object Pascal[11] | |
Influenced | |
2005, BeanShell, C#, Chapel,[12] Clojure,ECMAScript, Fantom, Groovy, Hack,[13] Haxe,J#, JavaScript, Kotlin, PHP, Python, Scala,Seed7, Vala | |
|
Sunday, 31 July 2016
Home »
» JAVA; programming language
JAVA; programming language
Java is a general-purpose computer programming language that isconcurrent, class-based, object-oriented,[14] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA),[15] meaning thatcompiled Java code can run on all platforms that support Java without the need for recompilation.[16] Java applications are typically compiled to bytecodethat 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,[17][18][19][20] particularly for client-server web applications, with a reported 9 million developers.[21] Java was originally developed byJames 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 Cand C++, but it has fewer low-level facilities than either of them.
0 comments:
Post a Comment