Programming - Control Statements

You Are Here :: Home > JAVA > Control Statements - General Questions

 
13.

The___________ is a branching statement that contains two forms: labeled and unlabeled.                         


A. break statement B. continue statement
C. If Statement D. if else statement




14.

The _________ is used for breaking the execution of a loop                        


A. continue statement B. if else statement
C. break statement D. nested if statement




15.

Break Statements also terminates the ______________.                         


A. if else statement B. switch statements
C. continue statement D. If Statement




16.

___________ is a branching statement that are used in the looping statements (while, do-while and for) to skip the current iteration of the loop and resume the next iteration .                         


A. break statements B. Continue statements
C. nested if statements D. if else statement




17.

__________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




18.

___________ 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




« prev

1

2

3

 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on