InterviewSolution
Saved Bookmarks
| 1. |
What Is Return ? |
|
Answer» A JAVA KEYWORD used to FINISH the execution of a method. It can be FOLLOWED by a value required by the method DEFINITION. A Java keyword used to finish the execution of a method. It can be followed by a value required by the method definition. |
|