<?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; File</title>
	<atom:link href="http://www.javablogging.com/tag/file/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>Remember to properly close the File!</title>
		<link>http://www.javablogging.com/remember-to-properly-close-the-file/</link>
		<comments>http://www.javablogging.com/remember-to-properly-close-the-file/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 11:54:50 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Close]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Finally]]></category>
		<category><![CDATA[Try/Catch]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=83</guid>
		<description><![CDATA[Today few comments on how to deal with Files, Streams, Connections and anything else that is &#8216;closeable&#8217; in Java. To simplify we will focus on a FileWriter class and a simple code snippet with a bug that uses it:














public void writeToFile(String fileName, String content) {
    try {
      [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/remember-to-properly-close-the-file/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
