Assume i have the following code, there are three for loop to do something. Would it run fast if i change the most outer for loop to while loop? thanks~~
<
While Loop and For loop are same
http://www.mkyong.com/java/while-loop-for-loop-and-iterator-performance-test-java/