What is the return type keyword
In Java?
Answers
Answered by
1
Answer:
Java return keyword is used to complete the execution of a method. The return followed by the appropriate value that is returned to the caller. This value depends on the method return type like int method always return an integer value
Similar questions