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 does microservices mean?
How to access a method that it declared as protected?
What is the significance of java packages?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What does the string method compareto () do?
What does n mean?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
How do you compare objects in java?
How do you reverse a string in java without using string buffer?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
Explain working of call by reference function invoking.