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 |
Write a function for palindrome and factorial and explain?
0 Answers Honeywell, Huawei, Zomato,
Is java type safe?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Nested classes VS Inner classes?
What is slash r?
Which One is optimal to choose ? Syncronized hash map or Hash table with single thread model? How can a hash map syncronized with out using syncrozed blocks in programm?
why Java does not support multiple inheritances?
What is passing value java?
What's the default access specifier for variables and methods of a class?
What is Difference between Serializable and Externalizable in Java serialization?
Can there be an abstract class with no abstract methods in it?
What are the uses of java?