<?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>Dads View &#187; Java</title>
	<atom:link href="http://www.dadsview.com/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dadsview.com</link>
	<description>Relating, Sharing and Teaching</description>
	<lastBuildDate>Sat, 27 Jun 2009 20:42:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java String Compare Headaches</title>
		<link>http://www.dadsview.com/java/java-string-compare-headaches/</link>
		<comments>http://www.dadsview.com/java/java-string-compare-headaches/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 15:00:52 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.dadsview.com/?p=74</guid>
		<description><![CDATA[Every language has its quirks and Java is no different.
I just spent a couple hours discovering Java&#8217;s string comparison quirk.
To illustrate the issue, take the following Pop quiz:
With the following code what statement gets printed?
String a = &#8220;hello&#8221;;
String b = &#8220;there&#8221;;
String c = a + b;
if (c == &#8220;hellothere&#8221; ) {
  System.out.println(&#8220;c is hellothere&#8221;);
}
else [...]]]></description>
		<wfw:commentRss>http://www.dadsview.com/java/java-string-compare-headaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java CLASSPATH headaches</title>
		<link>http://www.dadsview.com/java/java-classpath-headaches/</link>
		<comments>http://www.dadsview.com/java/java-classpath-headaches/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 18:21:33 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.dadsview.com/?p=69</guid>
		<description><![CDATA[Continuing my ongoing saga documenting my path to learning Java I discovered an annoying but probably very common problem building and running Java programs.
The application I&#8217;m developing will utilize Xalan to process some XML files.
That&#8217;s not important to this discussion except for the fact that I am planning to use XALAN predefined libaries contained in [...]]]></description>
		<wfw:commentRss>http://www.dadsview.com/java/java-classpath-headaches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java for beginners</title>
		<link>http://www.dadsview.com/java/java-for-beginners/</link>
		<comments>http://www.dadsview.com/java/java-for-beginners/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 15:04:12 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.dadsview.com/?p=61</guid>
		<description><![CDATA[I&#8217;ve started a small project where I&#8217;ll need a program that I can run on both  Windows system and  Linux.  I had the choice of using either C++ or Java, and decided to jump into learning Java.   This is a short log of my tribulations in getting Java and Netbeans working on my [...]]]></description>
		<wfw:commentRss>http://www.dadsview.com/java/java-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
