Java for loop vs. while loop. Performance difference?

前端 未结 16 1576
长发绾君心
长发绾君心 2020-11-28 09:35

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~~

<         


        
16条回答
  •  自闭症患者
    2020-11-28 10:17

    While Loop and For loop are same

    http://www.mkyong.com/java/while-loop-for-loop-and-iterator-performance-test-java/

提交回复
热议问题