Showing posts with label Dr. James A. Gosling. Show all posts
Showing posts with label Dr. James A. Gosling. Show all posts

Saturday 22 December 2012

Who Invented Java



















Dr. James A. Gosling

Dr. James A. Gosling, OC (born May 19, 1955 near Calgary, Alberta, Canada) is a Canadian computer scientist, best known as the father of the Java programming language.

Javais a programming language originally developed by James Gosling at Sun Microsystems (which has since merged into 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-level facilities than either of them. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible.