Answer Posted / 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 |
Post New Answer View All Answers
What are default methods ?
make a method which any number and any type of argument and print sum of that arguments.....
Which package has light weight components?
What are the advantages of encapsulation in java?
What is a wrapper method?
How to optimize the javac output?
What is method reference in java?
Is main is a keyword?
How to set the permissions to a file in java?
What is a consumer in java?
How will you reverse a singly-link list?
What is treeset and treemap in java?
Can we use String with switch case?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Explain about abstract classes in java?