Programming - Control Statements - Discussion

You Are Here :: Home > JAVA > Control Statements - Discussion

 



Q.

___________ is used to return a value to the caller method and terminates execution of method.                         


A. nested if statements B. switch statements
C. Return statements D. continue statements

Answer: Option C
Explaination:

 


Return statement is used to return a value to the caller method and terminates execution of method.




Discussion

Your Comments Goes here...
NameDiscussion