<?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>ArjunBajaj.com</title>
	<atom:link href="http://arjunbajaj.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arjunbajaj.com</link>
	<description>Everything about Java and Guitar</description>
	<lastBuildDate>Fri, 27 Aug 2010 15:29:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Domain Names and Web Hosting</title>
		<link>http://arjunbajaj.com/domain-names-and-web-hosting/</link>
		<comments>http://arjunbajaj.com/domain-names-and-web-hosting/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 10:08:02 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[000webhost]]></category>
		<category><![CDATA[2gbhosting]]></category>
		<category><![CDATA[co.cc]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=273</guid>
		<description><![CDATA[
			Before you Start Blogging on]]></description>
			<content:encoded><![CDATA[
			<p>Before you Start Blogging on WordPress, You will have to have a domain name and a hosting space.</p>
<p><strong>For Domain Names :</strong></p>
<p><a title="GoDaddy" href="http://godaddy.com" target="_blank">GoDaddy.com</a> &#8211; $10 per domain. Best Service on the Internet.</p>
<p><a title="CO.cc" href="http://co.cc" target="_blank">CO.cc</a> &#8211; Free Service (I have not Tried)</p>
<p><strong>For Web Hosting :</strong></p>
<p><a title="GoDaddy" href="http://godaddy.com" target="_blank">GoDaddy.com</a> &#8211; Price depends on space &#8211; begins from $5 per month for 10GB space.</p>
<p><a title="2GB Hosting" href="http://2gbhosting.com" target="_blank">2GBHosting.com</a> &#8211; Price depends on space &#8211; begins from $10 per year for 2GB space.</p>
<p><a title="000 Web Host" href="http://000webhost.com" target="_blank">000WebHost.com</a> &#8211; Free Service (I have not Tried)</p>
<p>Set Up a Domain Name and Space. If you dont want any hassles take the domain name and web space on <a title="GoDaddy" href="http://godaddy.com/" target="_blank">GoDaddy.com</a> and it will setup everything for you. Its easy to keep everything in one place.</p>
<div class="shr-publisher-273"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/domain-names-and-web-hosting/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>WordPress</title>
		<link>http://arjunbajaj.com/wordpress-post/</link>
		<comments>http://arjunbajaj.com/wordpress-post/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 09:19:15 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=269</guid>
		<description><![CDATA[
			Hey Everyone, Here I&#8217;ll be]]></description>
			<content:encoded><![CDATA[
			<p>Hey Everyone, Here I&#8217;ll be putting up WordPress Related Posts and Stuff.</p>
<p>Soon It&#8217;ll become a complete guide where you&#8217;ll be able to make your own wordpress blog in less than an hour and start blogging&#8230;</p>
<p>Stay Tuned and Keep Following.</p>
<div class="shr-publisher-269"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Projectile (My Original App)</title>
		<link>http://arjunbajaj.com/projectile-my-original-app/</link>
		<comments>http://arjunbajaj.com/projectile-my-original-app/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 13:23:14 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[degrees]]></category>
		<category><![CDATA[distance]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java math]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[projectile]]></category>
		<category><![CDATA[velocity]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=259</guid>
		<description><![CDATA[
			This is the Projectile Program.]]></description>
			<content:encoded><![CDATA[
			<p>This is the Projectile Program. It calculates the farthest distance which can be achieved by any object at a particular velocity thrown.</p>
<p>Note : Change the value of Velocity &#8220;double V = 100;&#8221;<br />
And if required change the gravitational potential &#8220;double g = 9.8;&#8221;.</p>
<p>Code :</p>
<h3>public class Projectile {</h3>
<h3>public static void main(String[] args) {</h3>
<h3>double V = 100;</h3>
<h3>double g = 9.8;</h3>
<h3>double d = 0;</h3>
<h3>double d2 = 1;</h3>
<h3>double y = Math.PI /180;</h3>
<h3>System.out.println(&#8220;Velocity &#8211; m/s : &#8221; + V);</h3>
<h3>System.out.println(&#8220;Gravitaional Potential : &#8221; + g);</h3>
<h3>System.out.println(&#8220;Initial Degree : &#8221; + d);</h3>
<h3>System.out.println(&#8221; &#8220;);</h3>
<h3>while (d &lt;= 90) {    double R = (2 * V * V * Math.sin(d * y) * Math.cos(d * y))/g;    double R2 = (2 * V * V * Math.sin(d2 * y) * Math.cos(d2 * y))/g;                  if (R2 &gt; R) {</h3>
<h3>R = R2;</h3>
<h3>d = d + 1;</h3>
<h3>d2 = d2 + 1;</h3>
<h3>}</h3>
<h3>else {</h3>
<h3>System.out.println(&#8220;Max Distance : &#8221; + R + &#8221; Meters&#8221;);</h3>
<h3>System.out.println(&#8220;At : &#8221; + d + &#8221; Degrees&#8221;);</h3>
<h3>break;</h3>
<h3>}</h3>
<h3>}</h3>
<h3>}</h3>
<h3>}</h3>
<div class="shr-publisher-259"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/projectile-my-original-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Table (9th A)</title>
		<link>http://arjunbajaj.com/time-table-9th-a/</link>
		<comments>http://arjunbajaj.com/time-table-9th-a/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 09:07:20 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[podar international school]]></category>
		<category><![CDATA[time table]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=208</guid>
		<description><![CDATA[
			Time Table 9A Period Monday]]></description>
			<content:encoded><![CDATA[
			<table style="height: 442px;" border="0" cellspacing="0" width="634" frame="VOID" rules="NONE">
<colgroup>
<col width="86"></col>
<col width="204"></col>
<col width="204"></col>
<col width="204"></col>
<col width="204"></col>
<col width="204"></col>
</colgroup>
<tbody>
<tr>
<td style="border: 1px solid #000000;" colspan="6" width="1104" height="55" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Time Table 9A</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Period</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Monday</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Tuesday</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Wednesday</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Thursday</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="color: #280099; font-size: medium;">Friday</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">1</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">English Reading</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">French</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Maths</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">French</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Biology</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">2</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Economics</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Economics</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">English</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Maths</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Chemistry</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">3</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">French</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Maths</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Biology</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">English</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Maths</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">4</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Maths</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Chemistry</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">PT</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Physics</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Economics</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">5</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Physics</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">English</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Economics</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Business Studies</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Physics</span></strong></td>
</tr>
<tr>
<td style="border: 1px solid #000000;" height="55" align="CENTER" valign="MIDDLE"><strong><span style="color: #cccccc; font-size: medium;">6</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Business Studies</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Biology</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Chemistry</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">Business Studies</span></strong></td>
<td style="border: 1px solid #000000;" align="CENTER" valign="MIDDLE"><strong><span style="font-size: medium;">English</span></strong></td>
</tr>
</tbody>
</table>
<p><!-- ************************************************************************** --></p>
<div class="shr-publisher-208"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/time-table-9th-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Economics – How Prices are Determined</title>
		<link>http://arjunbajaj.com/how-prices-are-determined/</link>
		<comments>http://arjunbajaj.com/how-prices-are-determined/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 17:58:07 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[School]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[How Prices are Determined]]></category>
		<category><![CDATA[IGCSE]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=204</guid>
		<description><![CDATA[
			Economics &#8211; How Prices are]]></description>
			<content:encoded><![CDATA[
			<p>Economics &#8211; How Prices are Determined &#8211; Chapter7 Notes</p>
<p><span style="font-size: 13.1944px;">Download Here :</span></p>
<h1><a href="http://arjunbajaj.com/wp-content/uploads/2010/08/Economics-How-Prices-are-Determined.pdf">IGCSE Economics &#8211; How Prices are Determined</a></h1>
<p><iframe src="http://docs.google.com/viewer?url=http%3A%2F%2Farjunbajaj.com%2Fwp-content%2Fuploads%2F2010%2F08%2FEconomics-How-Prices-are-Determined.pdf&#038;embedded=true" width="600" height="780" style="border: none;"></iframe></p>
<div class="shr-publisher-204"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/how-prices-are-determined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer of 69 Cover</title>
		<link>http://arjunbajaj.com/summer-of-69-cover/</link>
		<comments>http://arjunbajaj.com/summer-of-69-cover/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 08:03:26 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Guitar]]></category>
		<category><![CDATA[bryan adams]]></category>
		<category><![CDATA[guitar cover]]></category>
		<category><![CDATA[summer of 69]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=197</guid>
		<description><![CDATA[
			Hey Everyone&#8230;.. See my Summer]]></description>
			<content:encoded><![CDATA[
			<p>Hey Everyone&#8230;.. See my Summer of 69 Guitar Cover&#8230;</p>
<p>This is my first Cover on Youtube&#8230;.</p>
<p>Hope you enjoy it&#8230;..</p>
<p><object width="580" height="360"><param name="movie" value="http://www.youtube.com/v/E_XBnsaO1do?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/E_XBnsaO1do?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
<div class="shr-publisher-199"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/summer-of-69-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time Calculator (An Original)</title>
		<link>http://arjunbajaj.com/time-calculator/</link>
		<comments>http://arjunbajaj.com/time-calculator/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:38:38 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java program]]></category>
		<category><![CDATA[nanoseconds]]></category>
		<category><![CDATA[seconds]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[time calc]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=165</guid>
		<description><![CDATA[
			This program calculates the time]]></description>
			<content:encoded><![CDATA[
			<div>
<p>This program calculates the time taken to write numbers from 1 to 500,000. On my Computer it took the program 21 seconds&#8230; You can tell about your times in the comments below&#8230;.</p>
<p>Code :</p>
<p><span style="font-size: 13.3333px;"> </span></p>
<h4>class TimeCalc {</h4>
<h4>public static void main (String [] args) {</h4>
<h4>System.out.println (&#8220;This will Measure time taken for a small loop in seconds&#8230;&#8230;&#8221;);</h4>
<h4>int x = 500000;</h4>
<h4>long startTime = System.nanoTime();</h4>
<h4>while (x &gt; 0) {</h4>
<h4>System.out.println (x);</h4>
<h4>x = x &#8211; 1;</h4>
<h4>}</h4>
<h4>long endTime = System.nanoTime();</h4>
<h4>long elapsedTime = endTime &#8211; startTime;</h4>
<h4>long timeSecs = elapsedTime / 1000 / 1000 / 1000 ;</h4>
<h4>System.out.println (timeSecs + &#8221; seconds were taken to generate these numbers&#8221;);</h4>
<h4>}</h4>
<h4>}</h4>
</div>
<div class="shr-publisher-165"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/time-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>99 Bottles of Beer</title>
		<link>http://arjunbajaj.com/99-bottles-of-beer/</link>
		<comments>http://arjunbajaj.com/99-bottles-of-beer/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:27:38 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[99 bottles of beer]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[java program]]></category>
		<category><![CDATA[song]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=158</guid>
		<description><![CDATA[
			99 Bottles of Beer is]]></description>
			<content:encoded><![CDATA[
			<div>
<p>99 Bottles of Beer is a very famous song but its quite long to write&#8230;</p>
<p>Java is the shortcut to write that song&#8230;.</p>
<p>Simply write code and compile.</p>
<p>Code :</p>
<h4>class BeerSong {</h4>
<h4>public static void main (String [] args) {</h4>
<h4>int beerNum = 99;</h4>
<h4>String word = &#8220;bottles&#8221;;</h4>
<h4>while (beerNum &gt; 0) {</h4>
<h4>if (beerNum == 1) {</h4>
<h4>word = &#8220;bottle&#8221;;</h4>
<h4>}</h4>
<h4>System.out.println (beerNum + &#8221; &#8221; + word + &#8221; of beer on the wall&#8221;);</h4>
<h4>System.out.println (beerNum + &#8221; &#8221; + word + &#8221; of beer.&#8221;);</h4>
<h4>System.out.println (&#8220;Take it down&#8221;);</h4>
<h4>System.out.println (&#8220;Pass it around&#8221;);</h4>
<h4>beerNum = beerNum &#8211; 1;</h4>
<h4>if (beerNum == 1) {</h4>
<h4>System.out.println (beerNum + &#8221; &#8221; + word + &#8221; of beer on the wall&#8221;);</h4>
<h4>} else if (beerNum == 0)}</h4>
<h4>}</h4>
<h4>System.out.println (&#8220;No more bottles of beer on the wall&#8221;);</h4>
<h4>}</h4>
<h4>}</h4>
<p>Hope you enjoyed it&#8230;..</p>
</div>
<div class="shr-publisher-158"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/99-bottles-of-beer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World Explained</title>
		<link>http://arjunbajaj.com/hello-world-explanation/</link>
		<comments>http://arjunbajaj.com/hello-world-explanation/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 12:30:36 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[explained]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=153</guid>
		<description><![CDATA[
			Hello World Explained So now]]></description>
			<content:encoded><![CDATA[
			<p><strong>Hello World Explained</strong></p>
<p>So now I’m gonna explain how the Hello World Code works.</p>
<p>Code :</p>
<p><strong>class HelloWorld {</strong></p>
<p><strong>public static void main (String [] args) {</strong></p>
<p><strong>System.out.println (“Hello World”);</strong></p>
<p><strong>System.out.println (“My World Rocks”);</strong></p>
<p><strong>}</strong></p>
<p><strong>}</strong></p>
<p><strong>Explained :</strong></p>
<p>The Line class HelloWorld {<strong> </strong>tell the compiler to make a class file named HelloWorld and opens the program. Means from now the program starts executing.</p>
<p>Then the line public static void main (String [] args) { is the line which the compiler converts into byte code and when it reaches the JVM it just looks for this line to execute the program. If this line is not found then the compiler wont execute the program. And the curly brace at the end opens the program to which really has to be executed.</p>
<p>The Lines System.out.println (“Hello World”); andSystem.out.println (“My World Rocks”); tell the JVM to show the stuff which is in the inverted commas.</p>
<p>The two curly braces } and } are the closing points of the program</p>
<p>Remember every curly brace which is opened has to be closed.</p>
<div class="shr-publisher-153"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/hello-world-explanation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Hello World</title>
		<link>http://arjunbajaj.com/running-hello-world/</link>
		<comments>http://arjunbajaj.com/running-hello-world/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 12:27:04 +0000</pubDate>
		<dc:creator>arjun</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[running java program]]></category>

		<guid isPermaLink="false">http://arjunbajaj.com/?p=148</guid>
		<description><![CDATA[
			Running HelloWorld Now that you]]></description>
			<content:encoded><![CDATA[
			<p><strong>Running HelloWorld</strong></p>
<p>Now that you have compiled your program, you have to run it.</p>
<p><strong>To run your HelloWorld just do this:</strong></p>
<p>To run the program type :</p>
<p><strong>java HelloWorld</strong></p>
<p>Note: You should be in the directory where the file HelloWorld.java is.</p>
<p>Note: the word before HelloWorld is java and not javac, and don’t type the extension .class after HelloWorld.</p>
<p>Then you should get the output :</p>
<p><strong>Hello World</strong></p>
<p><strong>My World Rocks</strong></p>
<p>Thats it&#8230;&#8230;Now study HelloWorld in detail&#8230;</p>
<div class="shr-publisher-148"></div><h4>Vote this page</h4><div class="topvotes-widget-vote"></div><div style="padding-left:38px;font-size:8px"><i><a target="_blank" href="http://topvotes.appspot.com">topvotes.appspot.com</a></i></div>]]></content:encoded>
			<wfw:commentRss>http://arjunbajaj.com/running-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.349 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-09-06 02:33:43 -->
