DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

A program's main() method has a void return type.

(Continued on next question...)

Other Interview Questions