<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.twig.es/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Writing_to_a_file_with_Java</id>
		<title>Writing to a file with Java - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.twig.es/index.php?action=history&amp;feed=atom&amp;title=Writing_to_a_file_with_Java"/>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Writing_to_a_file_with_Java&amp;action=history"/>
		<updated>2026-05-06T15:43:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.0</generator>

	<entry>
		<id>https://wiki.twig.es/index.php?title=Writing_to_a_file_with_Java&amp;diff=1132&amp;oldid=prev</id>
		<title>George2: Created page with &quot;&lt;source lang=&quot;java&quot;&gt;  try {     PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(&quot;myfile.txt&quot;, true)));     out.println(&quot;the text&quot;);     out.close(); } catc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.twig.es/index.php?title=Writing_to_a_file_with_Java&amp;diff=1132&amp;oldid=prev"/>
				<updated>2014-10-08T10:27:59Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;  try {     PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(&amp;quot;myfile.txt&amp;quot;, true)));     out.println(&amp;quot;the text&amp;quot;);     out.close(); } catc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
try {&lt;br /&gt;
    PrintWriter out = new PrintWriter(new BufferedWriter(new FileWriter(&amp;quot;myfile.txt&amp;quot;, true)));&lt;br /&gt;
    out.println(&amp;quot;the text&amp;quot;);&lt;br /&gt;
    out.close();&lt;br /&gt;
} catch (IOException e) {&lt;br /&gt;
    //exception handling left as an exercise for the reader&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>George2</name></author>	</entry>

	</feed>