DEVFYI - Developer Resource - FYI

What is a void return type?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

320. What is a void return type?

A void return type indicates that a method does not return a value.

(Continued on next question...)

Other Interview Questions