Compiling and the Java Virtual Machine

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

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}}}

Heading

[b]Compiler[/b] A compiler is a program that translates text written in one programming language into another programming language.