<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7864257856594084174</id><updated>2012-02-16T19:47:38.607-03:00</updated><title type='text'>Programación de Alto Nivel</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7864257856594084174.post-945355344865060501</id><published>2008-06-20T22:07:00.008-04:00</published><updated>2008-06-20T23:16:24.447-04:00</updated><title type='text'>No repetir numeros al azar</title><content type='html'>&lt;span style="color: rgb(0, 153, 0);"&gt;Aqui les dejo el algortimo para hacer que &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 153, 0);"&gt;no se repitan los numeros generados al azar por el random&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;. Espero les sirva para que puedan hacer su juego.&lt;/span&gt;&lt;br /&gt;---------------------------------&lt;span style="font-weight: bold;"&gt;Algoritmo&lt;/span&gt;----------------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: center; color: rgb(204, 204, 204);"&gt;&lt;div style="text-align: left;"&gt;&lt;div style="text-align: left;"&gt;           &lt;span style="color: rgb(0, 0, 102);"&gt; &lt;/span&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;for(i=0;i&lt;&lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(204, 204, 204);font-family:georgia;" &gt;cantidad de numeros&lt;/span&gt;&lt;span style="color: rgb(204, 204, 204);font-family:georgia;" &gt;;i++)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 102);font-family:georgia;" &gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:georgia;"&gt;            {&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                        &lt;span style="font-weight: bold; font-style: italic;"&gt;variable1&lt;/span&gt;=(int)(Math.random()*&lt;span style="font-weight: bold; font-style: italic;"&gt;rango de los numeros al azar&lt;/span&gt;+1);      &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                        if(i==0)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                &lt;span style="font-weight: bold; font-style: italic;"&gt;arreglo&lt;/span&gt;[i]=x;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                        else&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                        {&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                &lt;span style="font-weight: bold; font-style: italic;"&gt;variable2&lt;/span&gt;=0;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                for(j=0;j&lt;i;j++)&gt;&lt;/i;j++)&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                        if(&lt;span style="font-weight: bold; font-style: italic;"&gt;arreglo&lt;/span&gt;[j]==x)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                                &lt;span style="font-weight: bold; font-style: italic;"&gt;variable2&lt;/span&gt;=1;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                if(&lt;span style="font-weight: bold; font-style: italic;"&gt;variable2&lt;/span&gt;==1)                        &lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                       i--;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                else&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                                        &lt;span style="font-weight: bold; font-style: italic;"&gt;arreglo&lt;/span&gt;[i]=&lt;span style="font-weight: bold; font-style: italic;"&gt;variable1&lt;/span&gt;;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left; color: rgb(204, 204, 204);"&gt;&lt;span style="font-family:georgia;"&gt;                        }&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-family:georgia;"&gt;&lt;span style="color: rgb(204, 204, 204);"&gt;                }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 102, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Cantidad de&lt;/span&gt; &lt;span style="color: rgb(0, 102, 0);"&gt;numeros&lt;/span&gt;&lt;/span&gt;:&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;es la cantidad de los numeros que tenga el arreglo de su juego&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 102, 0);"&gt;Variable1:&lt;/span&gt;&lt;span style="color: rgb(102, 0, 0);"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt; &lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;es la variable donde se guarda el numero al azar generado por el random&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(0, 102, 0);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Rango de los numeros al&lt;/span&gt; &lt;span style="color: rgb(0, 102, 0);"&gt;azar&lt;/span&gt;:&lt;/span&gt;&lt;span style="color: rgb(255, 102, 102);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;es el rango en el que se generaran los numeros al azar&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(0, 0, 153);"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Arreglo:&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;es el arreglo donde se guardaran los numeros al azar&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;&lt;span style="color: rgb(0, 102, 0);"&gt;Variable2:&lt;/span&gt;&lt;span style="color: rgb(102, 0, 0);"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0); font-weight: bold;"&gt;es la variable donde se activa si es que encuentra un numero igual&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;span style="color: rgb(153, 0, 0);"&gt;* Ustedes eligen las variables para que no sean todas iguales *&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7864257856594084174-945355344865060501?l=tecnicas-y-lenguajes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/945355344865060501/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7864257856594084174&amp;postID=945355344865060501' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/945355344865060501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/945355344865060501'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/2008/06/no-repetir-numeros-al-azar.html' title='No repetir numeros al azar'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7864257856594084174.post-5513651204690614559</id><published>2008-05-29T23:01:00.003-04:00</published><updated>2008-05-30T01:17:03.733-04:00</updated><title type='text'>Descarga Leer.Java</title><content type='html'>Se me olvidaba decir que para poder compilar los programas es necesario tener el archivo &lt;span style="font-weight: bold;"&gt;Leer.Java &lt;/span&gt;en la carpeta donde esta guardado el trabajo que estan haciendo.&lt;br /&gt;   Aqui lo dejo para que lo descarguen.&lt;br /&gt;   Recuerden siempre tener este archivo guardado en la carpeta donde se guarden sus trabajos.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://rapidshare.com/files/118728295/Leer.Java.rar.html"&gt;&lt;/a&gt;&lt;a href="http://rapidshare.com/files/118743144/Leer.java.html"&gt;Descargar&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7864257856594084174-5513651204690614559?l=tecnicas-y-lenguajes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/5513651204690614559/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7864257856594084174&amp;postID=5513651204690614559' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/5513651204690614559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/5513651204690614559'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/2008/05/descarga-leerjava.html' title='Descarga Leer.Java'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7864257856594084174.post-5684005627389084187</id><published>2008-05-29T21:42:00.002-04:00</published><updated>2008-05-29T22:59:53.217-04:00</updated><title type='text'>Instalacion JCreator y Java</title><content type='html'>&lt;div style="text-align: left;"&gt;Bueno aqui les dejo un manual introductivo para los que no les funciona el JCreator al compilarlo o no saben instalarlo.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-weight: bold;"&gt;Guia Introductiva:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;-Primero deben haber descargado el Java J2SDK 1.4 y el JCreator.&lt;br /&gt;Posteriormente proceden a instalar primero el J2SDK 1.4&lt;br /&gt;&lt;br /&gt;    &lt;span style="font-weight: bold;"&gt;-J2SDK 1.4: &lt;/span&gt;&lt;br /&gt;Ejecutamos el instalador del Java 2SDK 1.4&lt;br /&gt;Esperamos a que cargue&lt;br /&gt;Nos muestra la pantalla de bienvenida --&gt; Next&lt;br /&gt;Contrato de licencia --&gt; Yes&lt;br /&gt;Elegimos el directorio que querramos.Por defecto viene en C:\j2sdk 1.4.0_02 --&gt; Next&lt;br /&gt;Seleccionamos los elementos que queremos que Java instale.Por defecto vienen todos --&gt; Next&lt;br /&gt;Seleccionamos si queremos que instale PlugIn para esos Browsers. Por defecto no viene --&gt; Next&lt;br /&gt;Esperamos a que Java termine de instalarse&lt;br /&gt;Le damos Finish para terminar la  instalacion.&lt;br /&gt;&lt;br /&gt;    &lt;span style="font-weight: bold;"&gt;-Jcreator:&lt;br /&gt;&lt;/span&gt;Ejecutamos el instalador de JCreator&lt;br /&gt;Nos da un mensaje de si deseamos instalar JCreator --&gt; Si&lt;br /&gt;Nos muestra la pantalla de bienvenida --&gt; Next&lt;br /&gt;Contrato de licencia --&gt; Yes&lt;br /&gt;Elegimos el directorio de instalacion.Por defecto C:\Archi...\Xinox Software\JCreatorLE -&gt; Next&lt;br /&gt;Elegimos la carpeta en la que estara en el menu de inicio y el nombre del acceso directo --&gt; Next&lt;br /&gt;Marcamos los accesos directos que deseamos. Por defecto: create a desktop launch --&gt; Next&lt;br /&gt;Listo para instalar --&gt; Install&lt;br /&gt;Esperamos a que termine de instalarse&lt;br /&gt;Le damos Finish para terminar la instalacion.Por defecto nos lanzara el JCreator --&gt; Finish&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    -Linkear&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Una vez instalados el Java y el JCreator solo nos queda linkear el Java al JCreator.&lt;br /&gt;Esto se hace de la siguiente forma:&lt;br /&gt;&lt;br /&gt;Ejecutamos el JCreator&lt;br /&gt;En la barra de herramientas vamos a:&lt;br /&gt;&lt;br /&gt;Configure-&gt;Options-&gt;JDK Profiles-&gt;Seleccionamos el J2SDK 1.4-&gt;Apply-&gt;OK&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7864257856594084174-5684005627389084187?l=tecnicas-y-lenguajes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/5684005627389084187/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7864257856594084174&amp;postID=5684005627389084187' title='1 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/5684005627389084187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/5684005627389084187'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/2008/05/instalacion-jcreator-y-java.html' title='Instalacion JCreator y Java'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7864257856594084174.post-6038302966706956552</id><published>2008-05-28T20:49:00.004-04:00</published><updated>2008-05-28T21:05:47.011-04:00</updated><title type='text'>Descargar JCreator</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_U2fzKUFraDM/SD39nB4wpoI/AAAAAAAAAAc/P7eUtrb-qLI/s1600-h/JCreator.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_U2fzKUFraDM/SD39nB4wpoI/AAAAAAAAAAc/P7eUtrb-qLI/s320/JCreator.jpg" alt="" id="BLOGGER_PHOTO_ID_5205595591273391746" border="0" /&gt;&lt;/a&gt;    Bueno ahora les dejo el Jcreator para que puedan trabajar en Java.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://rapidshare.com/files/118173716/JCreator_LE.rar.html"&gt;Descargar&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7864257856594084174-6038302966706956552?l=tecnicas-y-lenguajes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/6038302966706956552/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7864257856594084174&amp;postID=6038302966706956552' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/6038302966706956552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/6038302966706956552'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/2008/05/jcreator.html' title='Descargar JCreator'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_U2fzKUFraDM/SD39nB4wpoI/AAAAAAAAAAc/P7eUtrb-qLI/s72-c/JCreator.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7864257856594084174.post-119765325283728040</id><published>2008-05-27T20:30:00.006-04:00</published><updated>2008-05-28T21:06:30.647-04:00</updated><title type='text'>Descargar Java J2SDK 1.4</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_U2fzKUFraDM/SDyv8h4wpnI/AAAAAAAAAAU/KgqJn6TZXd4/s1600-h/java.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_U2fzKUFraDM/SDyv8h4wpnI/AAAAAAAAAAU/KgqJn6TZXd4/s320/java.jpg" alt="" id="BLOGGER_PHOTO_ID_5205228723756902002" border="0" /&gt;&lt;/a&gt;        Aqui les dejo el Java J2SDK 1.4  el cual nos servira para trabajar con el JCreator y poder desarrollar aplicaciones en Java.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://rapidshare.com/files/118181418/j2sdk-1_4_0_02-windows-i586.exe.html"&gt;Descarga&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7864257856594084174-119765325283728040?l=tecnicas-y-lenguajes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tecnicas-y-lenguajes.blogspot.com/feeds/119765325283728040/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7864257856594084174&amp;postID=119765325283728040' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/119765325283728040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7864257856594084174/posts/default/119765325283728040'/><link rel='alternate' type='text/html' href='http://tecnicas-y-lenguajes.blogspot.com/2008/05/aqui-les-dejo-el-java-j2sdk-1.html' title='Descargar Java J2SDK 1.4'/><author><name>Back Slash</name><uri>http://www.blogger.com/profile/07652699327004175652</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_U2fzKUFraDM/SDyv8h4wpnI/AAAAAAAAAAU/KgqJn6TZXd4/s72-c/java.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
