Comments on: Compare two files using java http://www.albeesonline.com/code/javaio/compare-two-files-using-java/ Code snippets and tips Fri, 19 Aug 2011 07:20:45 +0000 hourly 1 http://wordpress.org/?v= By: Chandu http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-1565 Chandu Fri, 19 Aug 2011 07:20:45 +0000 http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-1565 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. 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.

]]>
By: David http://www.albeesonline.com/code/javaio/compare-two-files-using-java/comment-page-1/#comment-728 David Tue, 12 Jul 2011 18:12:12 +0000 http://www.albeesonline.com/code/javaio/compare-two-files-using-java/#comment-728 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. 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.

]]>