What is Java?
Member rating: No Rating | Words: | Submitted: Thu Aug 17 2006
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Introduction 1.What is Java? Java is an object-oriented programming language developed initially by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to replace C++, although the feature set better resembles that of Objective C. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly. Source: en.wikipedia.org/wiki/Java_(language) A multi-platform, object-oriented programming language from Sun Microsystems. The Java language syntax is somewhat similar to C. Java can be used to program applications and applets. 2.Java Virtual Machine Java Virtual Machine - Also called a "Java Interpreter", "Java Runtime" - Converts byte code into OS specific commands. In addition to governing the execution of an application's byte codes, the virtual machine handles related tasks such as managing the system's memory, providing security against malicious code, and managing multiple threads...


