English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-25 18:32:33 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. Unlike conventional languages which are generally either designed to be compiled to native (machine) code, or interpreted from source code at runtime, Java is compiled to a bytecode which is then run (generally using JIT compilation) by a Java virtual machine.

The language itself borrows much syntax from C and C++ but has a simpler object model and fewer low-level facilities.

Java is only distantly related to JavaScript, though they have similar names and share a C-like syntax.
. . . Says Wikipedia

Or look here:


http://java.sun.com/

2006-08-25 18:39:22 · answer #1 · answered by LorettoBoy 4 · 2 0

"Java" generally refers to a combination of three things: the Java programming language (a high-level, object-oriented programming language); the Java Virtual Machine (a high-performance virtual machine that executes bytecodes on a specific computing platform, typically abbreviated JVM); and the Java platform, a JVM running compiled Java bytecodes, usually calling on a set of standard libraries such as those provided by Java Standard Edition (SE) or Enterprise Edition (EE). Though coupled by design, the language does not imply the JVM, and vice versa.

for more details try http://www.onjava.com/pub/a/onjava/2006/03/08/what-is-java.html

2006-08-26 01:40:03 · answer #2 · answered by Anonymous · 1 0

Island in indonesia with a very big population and has almost 10 different ethnics.

2006-08-26 01:38:55 · answer #3 · answered by Angela 2 · 0 0

it's one way of programming

2006-08-26 01:38:00 · answer #4 · answered by nisha_happy 2 · 0 0

fedest.com, questions and answers