Wednesday, February 11, 2009

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

Question :What is the return type of a program's main() method?
Answer :A program's main() method has a void return type.

No comments: