<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JavaSRC</title>
	<atom:link href="http://javasrc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javasrc.wordpress.com</link>
	<description>Código Java</description>
	<lastBuildDate>Mon, 13 Sep 2010 23:46:57 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javasrc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JavaSRC</title>
		<link>http://javasrc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javasrc.wordpress.com/osd.xml" title="JavaSRC" />
	<atom:link rel='hub' href='http://javasrc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Estructura de selección if</title>
		<link>http://javasrc.wordpress.com/2010/09/13/estructura-de-seleccion-if/</link>
		<comments>http://javasrc.wordpress.com/2010/09/13/estructura-de-seleccion-if/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 23:43:07 +0000</pubDate>
		<dc:creator>aramtd</dc:creator>
				<category><![CDATA[Ejemplos]]></category>
		<category><![CDATA[boolean]]></category>
		<category><![CDATA[condicional]]></category>
		<category><![CDATA[Documentación]]></category>
		<category><![CDATA[estructura]]></category>
		<category><![CDATA[false]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[instrucción]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[true]]></category>

		<guid isPermaLink="false">http://javasrc.wordpress.com/?p=369</guid>
		<description><![CDATA[La instrucción if se utiliza para tomar una decisión y ejecutar una instrucción en base a un resultado verdadero o falso.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javasrc.wordpress.com&amp;blog=14712382&amp;post=369&amp;subd=javasrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javasrc.wordpress.com/2010/09/13/estructura-de-seleccion-if/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b61cf064d02af21daa64d99d0c98c12?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aramtd</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/09/ifdoble.jpg?w=180" medium="image">
			<media:title type="html">ifDoble</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Licencia de Creative Commons</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/pf-button-both.gif" medium="image">
			<media:title type="html">pdf</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/email-a-friend-icon-light-bg.png" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://ubuntuplaneta.files.wordpress.com/2010/07/share-on-facebook.gif" medium="image">
			<media:title type="html">Share on Facebook</media:title>
		</media:content>

		<media:content url="http://ubuntuplaneta.files.wordpress.com/2010/07/facebook-like-button.jpg" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>
	</item>
		<item>
		<title>Palabras clave de Java</title>
		<link>http://javasrc.wordpress.com/2010/07/28/palabras-clave-de-java/</link>
		<comments>http://javasrc.wordpress.com/2010/07/28/palabras-clave-de-java/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 04:16:08 +0000</pubDate>
		<dc:creator>aramtd</dc:creator>
				<category><![CDATA[Documentación]]></category>
		<category><![CDATA[clave]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[palabras]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[reservadas]]></category>

		<guid isPermaLink="false">http://javasrc.wordpress.com/?p=345</guid>
		<description><![CDATA[[caption id="attachment_170" align="aligncenter" width="161" caption="Logo de Java"]<a href="http://javasrc.files.wordpress.com/2010/07/javalogo.png"><img class="size-medium wp-image-170" title="javalogo" src="http://javasrc.files.wordpress.com/2010/07/javalogo.png?w=161" alt="" width="161" height="300" /></a>[/caption]

La <em>palabras clave</em> tiene un significado especial para el compilador Java.  Las <em>palabras clave</em> no pueden ser utilizadas como <em>identificadores</em>.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javasrc.wordpress.com&amp;blog=14712382&amp;post=345&amp;subd=javasrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javasrc.wordpress.com/2010/07/28/palabras-clave-de-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b61cf064d02af21daa64d99d0c98c12?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aramtd</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/javalogo.png?w=161" medium="image">
			<media:title type="html">javalogo</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Licencia de Creative Commons</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/pf-button-both.gif" medium="image">
			<media:title type="html">pdf</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/email-a-friend-icon-light-bg.png" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/share-on-facebook.gif" medium="image">
			<media:title type="html">Share on Facebook</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/facebook-like-button.jpg" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>
	</item>
		<item>
		<title>Tipos Primitivos de Java</title>
		<link>http://javasrc.wordpress.com/2010/07/24/tipos-primitivos-de-java/</link>
		<comments>http://javasrc.wordpress.com/2010/07/24/tipos-primitivos-de-java/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:17:50 +0000</pubDate>
		<dc:creator>aramtd</dc:creator>
				<category><![CDATA[Documentación]]></category>
		<category><![CDATA[Ejemplos]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programación]]></category>

		<guid isPermaLink="false">http://javasrc.wordpress.com/?p=303</guid>
		<description><![CDATA[[caption id="attachment_170" align="aligncenter" width="322" caption="Logo de Java"]<a href="http://javasrc.files.wordpress.com/2010/07/javalogo.png"><img src="http://javasrc.files.wordpress.com/2010/07/javalogo.png" alt="" title="javalogo" width="322" height="599" class="size-full wp-image-170" /></a>[/caption]
En java los <em>tipos primitivos</em> se pueden clasificar en:
<ol>
	<li>Tipos enteros:
<ul>
	<li><code>byte</code></li>
	<li><code>short</code></li>
	<li><code>int</code></li>
	<li><code>long</code></li>
	<li><code>char</code></li>
</ul>
</li>
	<li>Tipos reales:
<ul>
	<li><code>float</code></li>
	<li><code>double</code></li>
</ul>
</li>
	<li>Tipo <code>boolean</code></li>
</ol>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javasrc.wordpress.com&amp;blog=14712382&amp;post=303&amp;subd=javasrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javasrc.wordpress.com/2010/07/24/tipos-primitivos-de-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b61cf064d02af21daa64d99d0c98c12?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aramtd</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/javalogo.png" medium="image">
			<media:title type="html">javalogo</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/pf-button-both.gif" medium="image">
			<media:title type="html">pdf</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/email-a-friend-icon-light-bg.png" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://ubuntuplaneta.files.wordpress.com/2010/07/share-on-facebook.gif" medium="image">
			<media:title type="html">Share on Facebook</media:title>
		</media:content>

		<media:content url="http://ubuntuplaneta.files.wordpress.com/2010/07/facebook-like-button.jpg" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Licencia de Creative Commons</media:title>
		</media:content>
	</item>
		<item>
		<title>Secuencias de Escape en Java</title>
		<link>http://javasrc.wordpress.com/2010/07/24/secuencias-de-escape/</link>
		<comments>http://javasrc.wordpress.com/2010/07/24/secuencias-de-escape/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 20:46:11 +0000</pubDate>
		<dc:creator>aramtd</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[Ejemplos]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://javasrc.wordpress.com/?p=229</guid>
		<description><![CDATA[[caption id="attachment_283" align="aligncenter" width="300" caption="Tabla con Secuencias de Escape"]<a href="http://javasrc.files.wordpress.com/2010/07/secuenciasdeescape.png"><img class="size-medium wp-image-283" title="SecuenciasDeEscape" src="http://javasrc.files.wordpress.com/2010/07/secuenciasdeescape.png?w=300" alt="" width="300" height="100" /></a>[/caption]

Las <em>secuencias de escape</em> son muy utiles cuando necesitamos:
<ul>
	<li>Imprimir una nueva linea con una misma instrucción se utiliza <code>\n</code>. <a href="#e_n">Ejemplo</a></li>
	<li>Para tabular se utiliza <code>\t</code>. <a href="#e_t">Ejemplo</a></li>
	<li>Para imprimir una diagonal inversa se utiliza <code>\\</code>. <a href="#e_d">Ejemplo</a></li>
	<li>Para imprimir comillas dobles en un <code>String</code> se utiliza <code>\"</code>. <a href="#e_c2">Ejemplo</a></li>
	<li>Para imprimir comillas simples en un <code>String</code> se utiliza <code>\'</code>. <a href="#e_cs">Ejemplo</a></li>
	<li>Para enviar un retorno de carro se utiliza <code>\r</code>. <a href="#e_r">Ejemplo</a></li>
	<li>Para borrar un caracter de la izquierda se utiliza <code>\b</code>. <a href="#e_b">Ejemplo</a></li>
</ul>
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javasrc.wordpress.com&amp;blog=14712382&amp;post=229&amp;subd=javasrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javasrc.wordpress.com/2010/07/24/secuencias-de-escape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b61cf064d02af21daa64d99d0c98c12?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aramtd</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/secuenciasdeescape.png" medium="image">
			<media:title type="html">SecuenciasDeEscape</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Licencia de Creative Commons</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/pf-button-both.gif" medium="image">
			<media:title type="html">pdf</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/email-a-friend-icon-light-bg.png" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/share-on-facebook.gif" medium="image">
			<media:title type="html">Share on Facebook</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/facebook-like-button.jpg" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>
	</item>
		<item>
		<title>Mi primer Programa en Java</title>
		<link>http://javasrc.wordpress.com/2010/07/21/mi-primer-programa-en-java/</link>
		<comments>http://javasrc.wordpress.com/2010/07/21/mi-primer-programa-en-java/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 15:52:54 +0000</pubDate>
		<dc:creator>aramtd</dc:creator>
				<category><![CDATA[Código]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Comandos]]></category>
		<category><![CDATA[Descargas]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Terminal]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://javasrc.wordpress.com/?p=24</guid>
		<description><![CDATA[[caption id="attachment_170" align="aligncenter" width="161" caption="Logo de Java"]<a href="http://javasrc.files.wordpress.com/2010/07/javalogo.png"><img class="size-medium wp-image-170" title="javalogo" src="http://javasrc.files.wordpress.com/2010/07/javalogo.png?w=161" alt="" width="161" height="300" /></a>[/caption]

Iniciare el blog con mi Primer Programa en Java, que muy bien puede ayudar a los principiantes a iniciarse al Mundo de la Programación en Java.  El programa muestra una linea de texto.  Veremos como lograr ejecutarlo desde <strong>cmd</strong> de Windows, primero compilando el código y después ejecutándolo.

Al final del programa analizaremos su contenido.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javasrc.wordpress.com&amp;blog=14712382&amp;post=24&amp;subd=javasrc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://javasrc.wordpress.com/2010/07/21/mi-primer-programa-en-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4b61cf064d02af21daa64d99d0c98c12?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aramtd</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/javalogo.png?w=161" medium="image">
			<media:title type="html">javalogo</media:title>
		</media:content>

		<media:content url="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" medium="image">
			<media:title type="html">Licencia de Creative Commons</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/pf-button-both.gif" medium="image">
			<media:title type="html">pdf</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/email-a-friend-icon-light-bg.png" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/share-on-facebook.gif" medium="image">
			<media:title type="html">Share on Facebook</media:title>
		</media:content>

		<media:content url="http://javasrc.files.wordpress.com/2010/07/facebook-like-button.jpg" medium="image">
			<media:title type="html">Share</media:title>
		</media:content>
	</item>
	</channel>
</rss>
