Compiling and the Java Virtual Machine

From CompSciWiki
Revision as of 14:35, 25 November 2007 by Trevor (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

COMP 1010 Home > Java Fundamentals


Introduction

Before you can run your Java program, you must compile it. Java is different than most programming languages because a program compiled on your computer will work on any other device that has a Java Virtual Machine, such as a cell phone.

   

{{{Body}}}

Text

Goes here!