DEVFYI - Developer Resource - FYI

What is return

J2SE Interview Questions and Answers


(Continued from previous question...)

186. What is return

A Java keyword used to finish the execution of a method. It can be followed by a value required by the method definition.

(Continued on next question...)

Other Interview Questions