For which statements we use a label?

Answers were Sorted based on User's Feedback



For which statements we use a label?..

Answer / ravikiran(aptech mumbai)

for the looping or iterative statements we have to make use
of labels inorder to distinguish between outer and inner loops

Is This Answer Correct ?    6 Yes 0 No

For which statements we use a label?..

Answer / sasanka

for Jump Statements like 'break' we can use label.

Is This Answer Correct ?    5 Yes 0 No

For which statements we use a label?..

Answer / niranjanravi

for switch statements

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Core Java Interview Questions

In what ways you can handle exception ?

3 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


Can list be null in java?

0 Answers  


Explain the difference between the Boolean & operator and the && operator?

1 Answers  


wht is customised exception?

1 Answers   Logica CMG, Novell, Prudential,






Define an enumeration?

0 Answers  


Can we overload the methods by making them static?

0 Answers  


What is callablestatement? How you can call stored procedure to pass in parameter?

0 Answers  


Which graphs are functions?

0 Answers  


What is natural ordering in java?

0 Answers  


What are interfaces?

3 Answers  


How to access a variable if it is declared as private?

3 Answers  


Categories