<?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: Compare two files using java</title>
	<atom:link href="http://www.albeesonline.com/code/javaio/compare-two-files-using-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/code/javaio/compare-two-files-using-java/</link>
	<description>Code snippets and tips</description>
	<lastBuildDate>Mon, 14 May 2012 04:11:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: madan</title>
		<link>http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-10799</link>
		<dc:creator>madan</dc:creator>
		<pubDate>Fri, 13 Jan 2012 13:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-10799</guid>
		<description>I have got the solution

the java program should mimc the behaviour of diff command of LINUX.

http://www.simpleandeasycodes.blogspot.com/2012/01/java-compare-two-files.html</description>
		<content:encoded><![CDATA[<p>I have got the solution</p>
<p>the java program should mimc the behaviour of diff command of LINUX.</p>
<p><a href="http://www.simpleandeasycodes.blogspot.com/2012/01/java-compare-two-files.html" rel="nofollow">http://www.simpleandeasycodes.blogspot.com/2012/01/java-compare-two-files.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-7302</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Wed, 23 Nov 2011 21:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-7302</guid>
		<description>This code compare file names, not file content.</description>
		<content:encoded><![CDATA[<p>This code compare file names, not file content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandu</title>
		<link>http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-1565</link>
		<dc:creator>Chandu</dc:creator>
		<pubDate>Fri, 19 Aug 2011 07:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-1565</guid>
		<description>I want to compare two HTML files and then display the result in some HTML format/in some customized format. Is ther any code. pls share.</description>
		<content:encoded><![CDATA[<p>I want to compare two HTML files and then display the result in some HTML format/in some customized format. Is ther any code. pls share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-728</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 12 Jul 2011 18:12:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-728</guid>
		<description>This compares the file names, not the actual files themselves.  It should be noted exactly what is being compared.  A file might be renamed by the OS and this wont catch it.</description>
		<content:encoded><![CDATA[<p>This compares the file names, not the actual files themselves.  It should be noted exactly what is being compared.  A file might be renamed by the OS and this wont catch it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.albeesonline.com @ 2012-05-19 19:13:25 by W3 Total Cache -->
