<?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>KodeGeek &#187; hola mundo</title>
	<atom:link href="http://kodegeek.com/blog/tag/hola-mundo/feed/" rel="self" type="application/rss+xml" />
	<link>http://kodegeek.com/blog</link>
	<description>Programación, fitness, interés geek</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:12:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hola mundo en Java: Static</title>
		<link>http://kodegeek.com/blog/2009/01/20/hola-mundo-en-java-static/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hola-mundo-en-java-static</link>
		<comments>http://kodegeek.com/blog/2009/01/20/hola-mundo-en-java-static/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 12:24:42 +0000</pubDate>
		<dc:creator>josevnz</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programación]]></category>
		<category><![CDATA[hola mundo]]></category>
		<category><![CDATA[kodegeek]]></category>

		<guid isPermaLink="false">http://kodegeek.com/blog/?p=1481</guid>
		<description><![CDATA[Una forma alternativa de escribir hola mundo en Java, sin usar el método &#8216;main&#8217;: 1 2 3 4 5 6 public class Hello { static { System.out.println(&#34;Hola mundo&#34;); System.exit(0); } } Todo tiene que ver con como funcionan los inicializadores estáticos en Java. Divertido ver una forma alternativa de como escribir el programa más popular [...]]]></description>
			<content:encoded><![CDATA[<p>Una forma alternativa de escribir hola mundo en Java, sin usar el método &#8216;main&#8217;:</p>

<div class="wp_codebox"><table><tr id="p14812"><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code" id="p1481code2"><pre class="language" style="font-family:monospace;">public class Hello {
    static {
        System.out.println(&quot;Hola mundo&quot;);
        System.exit(0);
    }
}</pre></td></tr></table></div>

<p>Todo tiene que ver con como funcionan los inicializadores estáticos en Java. Divertido ver una forma alternativa de como escribir el programa más popular de todos los tiempos <img src='http://kodegeek.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Blogalaxia:<a rel="tag" href="http://www.blogalaxia.com/tags/java">java</a>, <a rel="tag" href="http://www.blogalaxia.com/tags/hola+mundo">hola mundo</a>, <a rel="tag" href="http://www.blogalaxia.com/tags/kodegeek">kodegeek</a><br />
Technorati:<a rel="tag" href="http://technorati.com/tag/java">java</a>, <a rel="tag" href="http://technorati.com/tag/hola+mundo">hola mundo</a>, <a rel="tag" href="http://technorati.com/tag/kodegeek">kodegeek</a><br />
To2blogs:<a rel="tag" href="http://www.to2blogs.com/tag/java">java</a>, <a rel="tag" href="http://www.to2blogs.com/tag/hola+mundo">hola mundo</a>, <a rel="tag" href="http://www.to2blogs.com/tag/kodegeek">kodegeek</a><br />
Del.icio.us:<a rel="tag" href="http://del.icio.us/tag/java">java</a>, <a rel="tag" href="http://del.icio.us/tag/hola+mundo">hola mundo</a>, <a rel="tag" href="http://del.icio.us/tag/kodegeek">kodegeek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://kodegeek.com/blog/2009/01/20/hola-mundo-en-java-static/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

