Tuesday, March 10, 2009

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

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

No comments: