<?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: PANIC MODE JAVA</title>
	<atom:link href="http://elliottback.com/wp/panic-mode-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp/panic-mode-java/</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:01:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charles E  Coleman</title>
		<link>http://elliottback.com/wp/panic-mode-java/#comment-2182621</link>
		<dc:creator>Charles E  Coleman</dc:creator>
		<pubDate>Thu, 02 Apr 2009 18:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/?p=1140#comment-2182621</guid>
		<description>Another issue with URL, perhaps more serious, is cited by Bloch, Effective Java 2nd edition, p. 41:

&quot;...java.net.URL&#039;s equals method relies on comparison of the IP addresses of the hosts associated with the URLs. Translating ahost name as an IP address can require network access, and it isn&#039;t guaranteed to yield the same results over time&quot;

I have heard it said that it is best practice to always use URI over URL.</description>
		<content:encoded><![CDATA[<p>Another issue with URL, perhaps more serious, is cited by Bloch, Effective Java 2nd edition, p. 41:</p>
<p>&#8220;&#8230;java.net.URL&#8217;s equals method relies on comparison of the IP addresses of the hosts associated with the URLs. Translating ahost name as an IP address can require network access, and it isn&#8217;t guaranteed to yield the same results over time&#8221;</p>
<p>I have heard it said that it is best practice to always use URI over URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliott Back</title>
		<link>http://elliottback.com/wp/panic-mode-java/#comment-11186</link>
		<dc:creator>Elliott Back</dc:creator>
		<pubDate>Wed, 30 Nov 2005 06:40:36 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/?p=1140#comment-11186</guid>
		<description>Oh, it&#039;s easy enough to work with.  But a URI is not exactly a URL, so they should have built this funcationality in.  And I&#039;m allowed to bitch if I want to ;)</description>
		<content:encoded><![CDATA[<p>Oh, it&#8217;s easy enough to work with.  But a URI is not exactly a URL, so they should have built this funcationality in.  And I&#8217;m allowed to <acronym title="bitch">*****</acronym> if I want to <img src='http://elliottback.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inaequitas</title>
		<link>http://elliottback.com/wp/panic-mode-java/#comment-11184</link>
		<dc:creator>inaequitas</dc:creator>
		<pubDate>Wed, 30 Nov 2005 06:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://elliottback.com/wp/?p=1140#comment-11184</guid>
		<description>Well instead of bitching about it you&#039;d find some elegant way of working besides it.

So going further on into toURI and toString tells you that both URI and String are Comparable. Issue ends here.

So maybe they weren&#039;t so lazy after all. Given that, you know, they did Java.</description>
		<content:encoded><![CDATA[<p>Well instead of bitching about it you&#8217;d find some elegant way of working besides it.</p>
<p>So going further on into toURI and toString tells you that both URI and String are Comparable. Issue ends here.</p>
<p>So maybe they weren&#8217;t so lazy after all. Given that, you know, they did Java.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.212 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 22:47:40 -->

