The Source for Java Technology Collaboration


Home | Help | Changes | Index | Search | Go

Java

When someone talks about Java they are really referring to three things:

JavaLanguage
The syntax and structure that makes up code.
JavaVirtualMachine
The execution environment that abstracts away the specifics of a CPU or memory.
JavaAPI?
The large library of code guaranteed to be available.

Combined those make up the JavaPlatform? such as Java 1.1 or Java 1.4.



Discussion about Java

Topic Java . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 24 Jun 2003 - 06:39:11 - Main.leknor
Parents: WebHome > Eclipse