<?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>Computer Cranium &#187; Java</title>
	<atom:link href="http://computercranium.com/tag/java/feed" rel="self" type="application/rss+xml" />
	<link>http://computercranium.com</link>
	<description>Your Computer Science Resource</description>
	<lastBuildDate>Fri, 23 Jul 2010 01:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOW-TO: Retrieve a File&#8217;s extension in Java</title>
		<link>http://computercranium.com/programming/java/how-to-retrieve-a-files-extension-in-java</link>
		<comments>http://computercranium.com/programming/java/how-to-retrieve-a-files-extension-in-java#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:13:24 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[file]]></category>

		<guid isPermaLink="false">http://computercranium.com/?p=348</guid>
		<description><![CDATA[For some strange reason, there&#8217;s no getFileExtension() or getExtension() method in Java&#8217;s File class (perhaps because Files do not necessarily always have extensions in every platform?).  Nevertheless, that doesn&#8217;t mean we can&#8217;t do it on our own.  All it takes is one line of code!

Suppose you have a File named file.  We [...]]]></description>
		<wfw:commentRss>http://computercranium.com/programming/java/how-to-retrieve-a-files-extension-in-java/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW-TO: Use the Levenshtein Distance Algorithm</title>
		<link>http://computercranium.com/programming/java/howto-use-the-levenshtein-distance-algorithm</link>
		<comments>http://computercranium.com/programming/java/howto-use-the-levenshtein-distance-algorithm#comments</comments>
		<pubDate>Thu, 07 May 2009 22:30:21 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[algorithm]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[levenshtein]]></category>

		<guid isPermaLink="false">http://computercranium.com/?p=320</guid>
		<description><![CDATA[For an anti-plagiarism application I developed about a year ago, I needed a way to calculate the similarity between two strings.  I wasn&#8217;t sure how to go about doing this at first, but then I came across the Levenshtein Distance Algorithm which gets the job done well.  In this example, I&#8217;ll show you [...]]]></description>
		<wfw:commentRss>http://computercranium.com/programming/java/howto-use-the-levenshtein-distance-algorithm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PROJECT: Binary Search Tree</title>
		<link>http://computercranium.com/programming/java/binary-search-tree</link>
		<comments>http://computercranium.com/programming/java/binary-search-tree#comments</comments>
		<pubDate>Thu, 20 Mar 2008 17:29:00 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[CS 101]]></category>
		<category><![CDATA[Data Structures & Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[binary search tree]]></category>
		<category><![CDATA[bst]]></category>

		<guid isPermaLink="false">http://computercranium.com/java/binary-search-tree</guid>
		<description><![CDATA[If you&#8217;re a CS student, it&#8217;s only a matter of time before you have to write a program implementing a Binary Search Tree.  Below, I will go through how I would do it, but what makes this version different from most other examples on the Internet is that this one loads a configuration file [...]]]></description>
		<wfw:commentRss>http://computercranium.com/programming/java/binary-search-tree/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW-TO: Set Up Your Java Environment</title>
		<link>http://computercranium.com/programming/java/java-setup</link>
		<comments>http://computercranium.com/programming/java/java-setup#comments</comments>
		<pubDate>Wed, 19 Mar 2008 19:40:43 +0000</pubDate>
		<dc:creator>Kurt</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://computercranium.com/java/java-setup</guid>
		<description><![CDATA[So you&#8217;re ready to start learning Java, but you don&#8217;t know where to begin.  The first thing you need to do is download, install, and set up your Java environment.  Because there are different development kits for Java, it can sometimes be confusing for a new user to understand which one they need [...]]]></description>
		<wfw:commentRss>http://computercranium.com/programming/java/java-setup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
