Monday, January 2, 2012

Java Eclipse String Args?

You would have to get another input from the console. More exactly, you have to get another input in some other fashion that through the String[] argument of main(String[] args), most commonly the console. Of course you could also read from a file but that's probably not what you had in mind.

No comments:

Post a Comment