<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to create a Console Application' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to create a Console Application' posted on the 'Java' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 13:57:41 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 13:57:41 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to create a Console Application</title>
      <link>http://www.programmersheaven.com/mb/java/428932/428932/how-to-create-a-console-application/</link>
      <description>Hello,I'm Maila from Philippines.Can you help me how to create a CONSOLE APPLICATION that does the following?&lt;br /&gt;
1. Accept data entry from the user.&lt;br /&gt;
2. Save data into a sequential file (not yet into a database).&lt;br /&gt;
3. Retrieve data from the file by searching for a record and displaying it.&lt;br /&gt;
You may present the user with a menu of choice for data entry or data display. You may use any technique for data handling. For example, you may load data from file into an array, search for data in this array and save data from this array into a disk file. You may define your own record for the file. An example of a record maybe:&lt;br /&gt;
	name - string &lt;br /&gt;
	age -  integer &lt;br /&gt;
	course - string &lt;br /&gt;
	hobby - string &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/428932/428932/how-to-create-a-console-application/</guid>
      <pubDate>Tue, 26 Jun 2012 22:13:54 -0700</pubDate>
      <category>Java</category>
    </item>
  </channel>
</rss>