Wednesday, March 14, 2007

JAVA

Java is an object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are compiled to bytecode, which at runtime is either interpreted or compiled to native machine code for execution.

The language itself derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. JavaScript, a scripting language, shares a similar name and has similar syntax, but is not directly related to Java.


The Java Tutorial Use the following url to access The Java Tutorial .http://java.sun.com/docs/books/tutorial/

No comments: