Java Tutorial/Hello World!: Difference between revisions

Content deleted Content added
No edit summary
Line 20:
Compiling the program will produce the file HelloWorld.class, the JVM version of your program. This code is machine independent.
 
Your first impression of this program is probably "This is really long just to display a line of text." While this may be true compared to other programming languages, this program shows a lot about the Java programming language, way beyond simply displaying a line of text. Marlan is homo
 
== Running the Program ==