Thread: Basics
View Single Post
  #4 (permalink)  
Old 05-23-2008, 12:26 PM
greyhat greyhat is offline
Member
 
Join Date: May 2008
Posts: 17
Rep Power: 0
greyhat is on a distinguished road
Default
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