<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Java &#8211; Conditional Flow Control</title>
	<atom:link href="http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/</link>
	<description>Nothing but technical ...</description>
	<lastBuildDate>Wed, 23 Sep 2009 13:15:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gail</title>
		<link>http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1348</link>
		<dc:creator>Gail</dc:creator>
		<pubDate>Sun, 01 Mar 2009 18:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1348</guid>
		<description>Thanks for this information.  I very quickly found exactly what I needed to know because of how well organized and structured your presentation is. Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for this information.  I very quickly found exactly what I needed to know because of how well organized and structured your presentation is. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1339</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 20 Nov 2008 18:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1339</guid>
		<description>The switch statement is quite efficient, probably more so than the equivalent if statements for many compilers. Switch allows the program to jump directly to the associated case statement without doing any kind of comparisons.</description>
		<content:encoded><![CDATA[<p>The switch statement is quite efficient, probably more so than the equivalent if statements for many compilers. Switch allows the program to jump directly to the associated case statement without doing any kind of comparisons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aneel</title>
		<link>http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1255</link>
		<dc:creator>Aneel</dc:creator>
		<pubDate>Sat, 15 Dec 2007 05:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://idynsolutions.wordpress.com/2006/11/24/java-flow-control/#comment-1255</guid>
		<description>In what way the switch statement&#039;s execution flows.
Suppose I have 10 switch cases and the case10 is correct then, will switch identifies case10 directly or will it search from begining to end to findout for case10?</description>
		<content:encoded><![CDATA[<p>In what way the switch statement&#8217;s execution flows.<br />
Suppose I have 10 switch cases and the case10 is correct then, will switch identifies case10 directly or will it search from begining to end to findout for case10?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
