Thread
:
Basics
View Single Post
#
4
(
permalink
)
05-23-2008, 01:26 PM
greyhat
Member
Join Date: May 2008
Posts: 17
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.
greyhat
View Public Profile
Send a private message to greyhat
Find all posts by greyhat