<?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/"
	
	>
<channel>
	<title>
	Comments on: java is smart &#8211; using var	</title>
	<atom:link href="https://www.selikoff.net/2020/06/18/java-is-smart-using-var/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2020/06/18/java-is-smart-using-var/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sat, 27 Jun 2020 23:54:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2020/06/18/java-is-smart-using-var/comment-page-1/#comment-254520</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sat, 27 Jun 2020 23:54:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14392#comment-254520</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2020/06/18/java-is-smart-using-var/comment-page-1/#comment-254300&quot;&gt;Juan&lt;/a&gt;.

Removed that line from the example. What I was trying to do here was write a mock exam question that checked if the reader caught the size() - 1 thing. It&#039;s not the point of the post though so I should have removed it here!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2020/06/18/java-is-smart-using-var/comment-page-1/#comment-254300">Juan</a>.</p>
<p>Removed that line from the example. What I was trying to do here was write a mock exam question that checked if the reader caught the size() &#8211; 1 thing. It&#8217;s not the point of the post though so I should have removed it here!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juan		</title>
		<link>https://www.selikoff.net/2020/06/18/java-is-smart-using-var/comment-page-1/#comment-254300</link>

		<dc:creator><![CDATA[Juan]]></dc:creator>
		<pubDate>Sun, 21 Jun 2020 21:05:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14392#comment-254300</guid>

					<description><![CDATA[Hi Jeanne, thanks for sharing. 
The L21 throws a IndexOutOfBoundsException, I think need to be `sorted.size()-1` instead.]]></description>
			<content:encoded><![CDATA[<p>Hi Jeanne, thanks for sharing.<br />
The L21 throws a IndexOutOfBoundsException, I think need to be `sorted.size()-1` instead.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
