Advertisements
Advertisements
Question
A method can use a single return statement.
Options
True
False
MCQ
True or False
Solution
This statement is True.
Explanation:
- In Java, a method can return a value by a single return statement. The return statement terminates the method's execution and returns the provided value (if any) to the caller.
- A method that allows multiple return statements is commonly used in conditional logic (such as if-else).
shaalaa.com
Is there an error in this question or solution?