Tuesday, March 10, 2009

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

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

No comments:

Post a Comment