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 string pool?
Define a java class.
What is the difference between interpreter and compiling ?
What is a stringbuilder?
When should you use arraylist and when should you use linkedlist?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
What is the collections api in java programming?
Can constructor be static or final?
what is generics in jdk1.5?
Write a program to print the pattern given below
What are access specifiers available in java?
What is array initialization in java?