Java
- This is a preview of the essay.
To view the full text you must login!
The lessons in this trail give a quick introduction to Java programming. They tell you what Java is and provide you with an opportunity to compile and run some simple Java programs. Finally, they give you the background knowledge you need to understand how the programs work.
--------------------------------------------------------------------------------
Having Trouble Getting Started? Try the detailed instructions in Your First Cup of Java: for Microsoft Windows, for UNIX, or for Mac OS.
--------------------------------------------------------------------------------
The Java Phenomenon lesson talks a bit about the Java language and platform. Its aim is to give you an idea of what Java can do for you. It also covers some basic Java concepts that will help you understand the process of writing a Java program. If you can't wait to write your first program, skip ahead to one of the following two lessons.
The most common Java programs are applications and applets...