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

What is type inference in java8?

0 Answers  


Why string is called as immutable?

0 Answers  


________ exception must be either caught or specified in throws class of the method.

1 Answers  


What is a numeric format?

0 Answers  


what is difference between abstract factory and factory design patterns?

0 Answers  






How does arraylist size increase in java?

0 Answers  


Is it necessary for the port addresses to be unique? Explain with reason.

0 Answers   Aricent,


Can I learn java without any programming experience?

0 Answers  


Java support call by reference (pass by reference) ?

1 Answers   HCL,


What is the purpose of setAutoCommit() ?

1 Answers   Google,


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


diff between abstract methods and interfaces with programing (code) example?

2 Answers  


Categories