Thread: Basics
View Single Post
  #4 (permalink)  
Old 05-23-2008, 01:26 PM
greyhat greyhat is offline
Member
 
Join Date: May 2008
Posts: 17
greyhat is on a distinguished road
Quote:
public static void main(String args[])
This describes the main method and what the program actually does. the program runs from here
Quote:
System.out.println("")
This outputs a string on the screen.
Reply With Quote