Answer:
False
Step-by-step explanation:
This statement is false because when a return statement executes, control does not proceed immediately to the first statement after the method that issues the return, instead control immediately returns to that very point at which a method was invoked. Hence it is incorrect to say that this statement is true.