DEVFYI - Developer Resource - FYI

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

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

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

A program's main() method takes an argument of the String[] type.

(Continued on next question...)

Other Interview Questions