<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'why does program execution start from main?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'why does program execution start from main?' posted on the 'Java' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 05:24:21 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 05:24:21 -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>why does program execution start from main?</title>
      <link>http://www.programmersheaven.com/mb/java/306315/306315/why-does-program-execution-start-from-main/</link>
      <description>plz can anyone answer this was asked at a viva .......&lt;br /&gt;
i just wanna know why is it cause the langauge intrpreter is designed tht way or something else.??????help me out plz&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/306315/306315/why-does-program-execution-start-from-main/</guid>
      <pubDate>Tue, 21 Jun 2005 09:35:29 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: why does program execution start from main?</title>
      <link>http://www.programmersheaven.com/mb/java/306315/306944/re-why-does-program-execution-start-from-main/#306944</link>
      <description>: plz can anyone answer this was asked at a viva .......&lt;br /&gt;
: i just wanna know why is it cause the langauge intrpreter is designed tht way or something else.??????help me out plz&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
The compiler was designed to recognize main as the entry point in a program.  It started that way with C, and C compilers were just built that way.  It's the same way with C++ and Java just because of habit, consistency, standards, etc.&lt;br /&gt;
&lt;br /&gt;
In the same way lines of text are called strings and whole numbers are called ints and decimal point numbers are called doubles or floats, main was simply decided to be the main point of entry for Java.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/306315/306944/re-why-does-program-execution-start-from-main/#306944</guid>
      <pubDate>Mon, 27 Jun 2005 21:40:09 -0700</pubDate>
      <category>Java</category>
    </item>
  </channel>
</rss>