Wednesday, February 11, 2009

What is the argument type of a program's main() method

Question :What is the argument type of a program's main() method?
Answer :A program's main() method takes an argument of the String[] type.

No comments: