68.8k views
4 votes
When a return statement executes, control proceeds immediately to the first statement after the method that issues the return. True False

User Lifus
by
7.4k points

1 Answer

3 votes

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.

User Gerbit
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.