For which statements we use a label?
Answers were Sorted based on User's Feedback
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 |
Answer / sasanka
for Jump Statements like 'break' we can use label.
Is This Answer Correct ? | 5 Yes | 0 No |
What is type inference in java8?
Why string is called as immutable?
________ exception must be either caught or specified in throws class of the method.
What is a numeric format?
what is difference between abstract factory and factory design patterns?
How does arraylist size increase in java?
Is it necessary for the port addresses to be unique? Explain with reason.
Can I learn java without any programming experience?
Java support call by reference (pass by reference) ?
What is the purpose of setAutoCommit() ?
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?