Java Peanuts
29 January 2012
Hello, World! - Revisited
Second post - Still Trial
public class SecondSample {
public static void main(String[] args) {
System.out.println("Hello, " + args[0] + "!");
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment