<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Tech-Recipes - Latest Comments in Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><language>en</language><lastBuildDate>Tue, 30 Jun 2009 06:03:10 -0000</lastBuildDate><item><title>Re: Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/#comment-11928858</link><description>please give appropriate generic syntax form to this    for loop&lt;br&gt; "for(int i:arr){System.out.println(i);}"</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gobitha</dc:creator><pubDate>Tue, 30 Jun 2009 06:03:10 -0000</pubDate></item><item><title>Re: Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/#comment-11580210</link><description>concerning i &amp;lt; array.length: if you really want to run through each array item, you need to initialize i with 0:&lt;br&gt;for (int i = 0; i &amp;lt; array.length; i++) {&lt;br&gt;System.out.println(array[i]);&lt;br&gt;}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peter</dc:creator><pubDate>Mon, 22 Jun 2009 17:12:17 -0000</pubDate></item><item><title>Re: Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/#comment-8803511</link><description>good</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">seema</dc:creator><pubDate>Wed, 29 Apr 2009 04:06:40 -0000</pubDate></item><item><title>Re: Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/#comment-5575541</link><description>i want many type of for loop code</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">janak_kumar</dc:creator><pubDate>Tue, 27 Jan 2009 09:18:20 -0000</pubDate></item><item><title>Re: Java for loop iteration syntax | Java programming | Tech-Recipes</title><link>http://www.tech-recipes.com/rx/672/java-for-loop-iteration-syntax/#comment-4056521</link><description>better luck next time</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tin2</dc:creator><pubDate>Fri, 28 Nov 2008 20:40:25 -0000</pubDate></item></channel></rss>