In order to be someone, you must first be yourself.

Java

By William Chang • Published: January 14th, 2007 • Last Modified: January 20th, 2007

Java (programming language)
An object-oriented programming language developed by Sun Microsystems in the early 1990s. Java applications are, in the official implementation, compiled to bytecode, which is compiled to native machine code at runtime. Sun Microsystems provides a GNU General Public License implementation of a Java compiler and Java virtual machine, in compliance with the specifications of the Java Community Process. One characteristic, platform independence, means that programs written in the Java language must run similarly on diverse hardware. One should be able to write a program once, compile it once, and run it anywhere.

Integrated Development Environment (IDE):

Helpful Links:

Computer Science Dilemma:

Comments are closed.


Copyright © 2007 William Chang • All Rights Reserved