DEVFYI - Developer Resource - FYI

What is void

J2SE Interview Questions and Answers


(Continued from previous question...)

What is void

A Java keyword used in method declarations to specify that the method does not return any value. void can also be used as a nonfunctional statement.

(Continued on next question...)

Other Interview Questions