Answer Posted / ravikiran(aptech mumbai)
break statement will through you out of the loop.
where as continue will aboandon the current iteration and
will make you to continue with next iteration
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Is null in java?
What is class and object in java?
Why we use methods in java?
What is a method in coding?
Is java an open source?
What is garbage collection? Can it be forced to run?
Can we create object of static class?
What are the special characters?
Can we call a non-static method from inside a static method?
Can we create an object of static class in java?
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?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
Can we have a try block without catch block?
Can finally block be used without a catch?