Java Tutorial/Hello World!: Difference between revisions

Content deleted Content added
No edit summary
Revert vandalism
Line 1:
Congratulations! You are now ready (hopefully) to begin programming in Java. Since this is the norm for first programs, your first program in Java will be the infamous "Hello World!". All this program does is display the text "Hello World!" on your screen. Your screen will usually be the console window.
java hello world program
 
Now let's see the program:
 
== Hello World Java Program ==