<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JavaBlogging &#187; Strange behaviors</title>
	<atom:link href="http://www.javablogging.com/category/strange-behaviors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to check if String is parseable to Integer or Double?</title>
		<link>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/</link>
		<comments>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:20:52 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Strange behaviors]]></category>
		<category><![CDATA[Double]]></category>
		<category><![CDATA[Integer]]></category>
		<category><![CDATA[NumberFormat]]></category>
		<category><![CDATA[Scanner]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=810</guid>
		<description><![CDATA[This seems basic, right? In most cases it is, but as almost everything in Java this problem has its subtle pitfalls and problems. It is mainly because Java does not provide a simple utility method that can answer this question. Today I wanted to share with you several ways of solving this problem and describe [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/how-to-check-if-string-is-parseable-to-integer-or-double/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How equals() works for URLs</title>
		<link>http://www.javablogging.com/how-equals-works-for-urls/</link>
		<comments>http://www.javablogging.com/how-equals-works-for-urls/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:47:18 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Net]]></category>
		<category><![CDATA[Strange behaviors]]></category>
		<category><![CDATA[equals method]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=527</guid>
		<description><![CDATA[If you ever were working on a Java application that had anything to do with the web you are probably familiar with java.net.URL class. I have a puzzle for you then: let&#8217;s say in your application you refer to JavaBlogging site with two URL using slightly different host name. Will those URL objects be equal [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/how-equals-works-for-urls/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
