Programming - Control Statements - Discussion

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

 



Q.

__________is a special branching statement that transfers the control to the caller of the method.                         


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

Answer: Option D
Explaination:

 


Return statements:It is a special branching statement that transfers the control to the caller of the method.




Discussion

Your Comments Goes here...
NameDiscussion