Solved

Which of the Following Is NOT True About Return Statements

Question 50

Multiple Choice

Which of the following is NOT true about return statements?


A) A value-returning method returns its value via the return statement.
B) return statements can be used in void methods to return values.
C) A method can have more than one return statement.
D) Whenever a return statement executes in a method, the remaining statements are skipped and the method exits.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions