Java Development
Tutorials Trail: << FAQ | New Network >>
This article is still a stub. You can help the prism lab wiki by improving it.
Summary
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 intended to be compiled to a bytecode which is then run by a Java virtual machine. This enables the development of multiplatform and web-based applications.
Books
Links
- The Java API is here: http://java.sun.com/reference/api/
- The Javadoc Tool Guide: http://java.sun.com/j2se/javadoc/
