Feb 11, 2012

[Java] API

Java API search
http://docs.oracle.com/javase/6/docs/api/index.html?overview-summary.html


[Netbeans] Event --> Action --> Action Performed


System.exit(0);     // quit the program
System.out.println("Hello");  // Print Hello on screen
System.out.println(3+2);   // print "5" 



No comments:

Post a Comment