how many return keywords a program in Java have
Answers
Answered by
1
You can use only One return statement in a java method.A program can have as many return statements as many methods .
Answered by
0
the number of return statements depends on the number of methods a program has. a method of java program has only 1 return statement but a program can have any number of methods.
Similar questions