Computer Science, asked by bsravankumar4690, 16 days ago

What is the return type keyword
In Java?

Answers

Answered by taefouzi
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