Search This Blog

Pages

Wednesday, June 16, 2010

Java software JDK 6

Java
Java logo.svg
Paradigm Object-oriented, structured, imperative
Appeared in 1995
Designed by Sun Microsystems (Now owned by Oracle Corporation)
Developer James Gosling & Sun Microsystems
Stable release Java Standard Edition 6 (1.6.0_20) (April 15, 2010; 2 months ago (2010-04-15))
Typing discipline Static, strong, safe, nominative, manifest
Major implementations Numerous
Dialects Generic Java, Pizza
Influenced by Ada 83, C++, C#, Delphi Object Pascal, Eiffel, Generic Java, Mesa,[4] Modula-3, Objective-C, UCSD Pascal, Smalltalk
Influenced Ada 2005, C#, Clojure, D, ECMAScript, Groovy, J#, PHP, Scala, JavaScript, Python, BeanShell
OS Cross-platform (multi-platform)
License GNU General Public License / Java Community Process
Usual file extensions .java, .class, .jar
Website java.sun.com


Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of 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 has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is general-purpose, concurrent, class-based, and object-oriented, and is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is considered by many as one of the most influential programming languages of the 20th century, and is widely used from application software to web applications

 Download Java JDK6 for windows here Download


For the latest versions downloads and system requirements click here

No comments: