Thread: Basics
View Single Post
  #2 (permalink)  
Old 05-22-2008, 04:27 AM
theonly theonly is offline
Member
 
Join Date: Apr 2008
Posts: 23
theonly is on a distinguished road
Ok

public static void main(String args[]) = the beginning of the main body(front end) of your program.

System.out.print(""); = prints whatever is in between " " to the screen
Reply With Quote