<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Java (Lenguaje de Programación) by Vivian Wang</title>
      <link>https://padlet.com/Vivian252/weo077huxyeloc6p</link>
      <description>Vivian Wang -- XIIºA</description>
      <language>en-us</language>
      <pubDate>2021-06-18 03:01:30 UTC</pubDate>
      <lastBuildDate>2021-06-24 15:56:50 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-uploads.storage.googleapis.com/212347175/605a688167ae8d86505cf2d3ea65d365/bio.png</url>
      </image>
      <item>
         <title>                                   H I S T O R I A</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587146</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-18 03:14:47 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587146</guid>
      </item>
      <item>
         <title>                            C A R A C T E R Í S T I C A S</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587331</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-18 03:14:55 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587331</guid>
      </item>
      <item>
         <title>            V E N T A J A S   Y   D E S V E N T A J A S</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587564</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-18 03:15:04 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587564</guid>
      </item>
      <item>
         <title>                                         V E R S I O N E S</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587750</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-18 03:15:13 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587750</guid>
      </item>
      <item>
         <title>               E D I T O R E S</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587855</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-18 03:15:17 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1613587855</guid>
      </item>
      <item>
         <title>                                        Ventajas</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616467502</link>
         <description><![CDATA[<div>Entre los puntos fuertes de Java podemos encontrar:<br>1. <strong>Es multiplataforma<br></strong>El lenguaje Java puede usarse sin tener que depender de un tipo de plataforma, por lo que, no te obliga a trabajar en un específico tipo de computador o sistema operativo.<br><br></div><div>2. <strong>No presenta problemas en la liberación de memoria</strong></div><div>Algunos programas suelen tener problemas con la memoria, ya que no todos poseen un amplio sistema. Pero con Java, lo único que debe hacer el programador es solicitar la memoria al sistema.</div><div><br>3. <strong>Librerías estándar y editores</strong></div><div>Java viene acompañado de una gran variedad de librerías estándar que te permiten realizar una gran cantidad de operaciones comunes al momento de programar. Lo podemos encontrar como Java API que incluye tres bloques básicos. A la vez, cuenta con editores conocidos como IDE que permiten que el proceso de programación sea más cómodo y fluido.</div><div><br>4.<strong>Gestión de error</strong></div><div>A diferencia de lenguajes como C o C++, Java cuenta con un mecanismo específico para la gestión de los errores, a través de excepciones, que se puedan presentar en el código.</div><div><br>5. <strong>Seguridad</strong></div><div>Aunque este lenguaje tenga un código abierto, los programas que se creen se compilan de manera original y por lo tanto, no presentará problemas con los filtros de seguridad.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-20 22:30:50 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616467502</guid>
      </item>
      <item>
         <title>                                                   Desventajas</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616467530</link>
         <description><![CDATA[<div>El lenguaje de programación Java también presenta sus desventajas:<br>1. <strong>Es un lenguaje interpretado</strong></div><div>Java al trabajar con un lenguaje interpretado puede reducir el rendimiento de la ejecución de programas, ya que podría presentar variables no deseadas cuando demos una orden inicial.</div><div><br>2. <strong>Se necesita experiencia</strong></div><div>Aún cuando el lenguaje Java es un lenguaje sencillo de manejar, no es muy recomendable como primera opción al empezar a programar, esto es debido a que tienen un sistema orientado a objetos, que es una evolución de otras herramientas más sencillas.</div><div><br>3. <strong>Sintaxis</strong></div><div>Java tiene una sintaxis un poco más compleja, y al momento de compararla con otros lenguajes como Python o C+, podemos ver como estos tienen una evolución mucho más rápida y moldeable para aquellos que son principiantes en el mundo de la programación, por lo que, Java es un lenguaje que evoluciona lentamente.</div><div><br>4. <strong>Dependencia</strong></div><div>Con Java, solamente podemos ejecutar un programa si disponemos de una máquina virtual llamada JVM, un simulador que brinda toda la experiencia del sistema. Por lo que, al no tenerla no podremos ejecutar ni acceder a ningún contenido o programa escrito en Java.</div><div><br>5. <strong>Necesita equipos aptos y eficientes</strong></div><div>Java al usar un lenguaje interpretado reduce el rendimiento de la ejecución de programas, por lo que, para que funciones adecuadamente se requiere de dispositivos y equipos con la mayor potencia y autonomía, lo que trae consigo un aumento de presupuesto para comprarlos.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-20 22:30:55 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616467530</guid>
      </item>
      <item>
         <title>                                 Lenguaje de Programación Java</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616768409</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-21 02:33:24 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616768409</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616900202</link>
         <description><![CDATA[<div>1. <strong>Está orientado a objetos: </strong>Java es uno de los lenguajes que usa lenguajes orientadas a objetos, por lo que, combinan tanto datos como instrucciones del programa en objeto.<br><br>2. <strong>Es robusto:</strong> Java es un sistema robusto, es decir, fuerte y sin debilidades ya que realiza revisiones para encontrar problemas tanto en la compilación como en su tiempo de ejecución. Para esto, Java obliga la declaración explícita de método, lo que reduce las probabilidades de error.<br><br>3. <strong>Es dinámico: </strong>Java al ser dinámico saca provecho de todo lo posible sobre la tecnología orientada a objetos. Y también simplifica el uso de protocolos actualizados.<br><br>4. <strong>Es multihilo: </strong>Java al ser multihilo o multihilvanado permite al programadar realizar varias actividades en un programa al mismo tiempo. ESto a la vez permite un mejor rendimiento interactivo y comportamiento en tiempo real.<br><br>5. <strong>Portable: </strong>Java es portable ya que el código generado es un código independiente que puede ser usado en diversas plataformas sin necesidad de cambiar la esencia del software diseñado.<br><br>6. <strong>Es simple: </strong>Java elimina características de otros lenguajes como C++, con el fin de permanecer reducidas las especificaciones del lenguaje y poder añadir otras más útiles como garbage collector, que recicla memoria dinámica y permite liberar bloques grandes de memoria.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-21 04:02:05 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616900202</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616900743</link>
         <description><![CDATA[<div>1. En 1991 empieza un proyecto de investigación llamado Green Project por Sun Microsystems conformado con varios trabajadores de la compañía, entre ellos, James Gosling.<br><br>2. Entre los objetivos de James Gosling estaba implementar una máquina virtual y un lenguaje con una sintaxis y estructura parecida al lenguajes como C++ con el fin de poder hacer la programación más sencilla y que pudiera adaptarse con facilidad a cualquier entorno de ejecución.<br>&nbsp;<br>3. Durante junio y julio de 1994, el equipo de Green Team reorienta la plataforma a la web ya que creyeron que con el navegador web Mosaic el Internet sería un medio más interactivo.&nbsp; Por lo que Naughton crea WebRunner un prototipo de navegador, que luego sería llamado HotJava.<br><br>4. En 1994, se presenta HotJava y la plataforma Java a los directivos de Sun Microsystem.&nbsp;<br><br>5. En 1995 durante la conferencia de SunWorld se presenta por primera vez a HotJava y Java junto a un anuncio de que Java estaría acompañado de los navegadores de Netscape.<br><br>6. Durante la conferencia se presenta la versión alpha de Java y luego en 1996 sale la primera versión con el nombre JDK 1.0, para luego a lo largo de los años ir agregando librerías y paquetes hasta la actualidad.<br><br>7. El 9 de enero de ese mismo año, Sun Microsystem funda su grupo empresarial JavaSoft para que se encargase del desarrollo tecnológico.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-21 04:02:34 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1616900743</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618728398</link>
         <description><![CDATA[<div><strong>+JDK 1.0:&nbsp; Lanzamiento: </strong>23 de enero de 1996<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>Contiene: </strong>clases principales, máquina virtual y API gráfico de AWT.<strong><br><br>+JDK 1.1: Lanzamiento: </strong>19 de febrero de 1997<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>Contiene: </strong>varias clases restantes como Readers/Writers, Calendars y Bundles. Incluyen al estándar de JavaBeans y el API de JDBC para unaconexión a base de datos.<strong><br><br>+J2SE 1.2: Lanzamiento: </strong>8 de diciembre de 1998<strong><br>                    Contiene: </strong>framework de Collections y el API de Swing que permite desarrollar interfaces de ventanas más complejos.<strong><br><br>+J2SE 1.3: Lanzamiento: </strong>8 de mayo de 2000<strong><br>                    Contiene: </strong>avances en los APIs, añade el soporte JNDI y aparece la máquina HotSpot con compilación JIT<strong><br><br>+J2SE 1.4: Lanzamiento: </strong>6 de febrero de 2002<strong><br>                    Contiene: </strong>fuerte soporte de XML y expresiones regulares, criptografía, entre otros.<strong><br><br>+J2SE 5.0: Lanzamiento: </strong>30 de septiembre de 2004<strong><br>                    Contiene: </strong>ampliaciones del soporte de APIs, plantillas (genéricos) , concepto de metadatos con el uso de anotaciones, bucle "for" mejorado.<strong><br><br>+Java SE 6: Lanzamiento: </strong>11 de diciembre de 2006<strong><br>                      Contiene: </strong>nuevo marco de trabajo y API que combinan a Java con lenguajes dinámicos como Python o PHP; incluye motor Rhino de Mozilla y mejoras en la interfaz gráfica y rendimiento.<strong><br><br>+Java SE 7: Lanzamiento: </strong>28 de julio de 2011<strong><br>                      Contiene: </strong>nuevo concepto de superpaquete, soporte para XML y anotaciones estándar para detectar fallos en el software.<strong><br><br>+Java SE 8: Lanzamiento: </strong>18 de marzo de 2014<strong><br>                     Contiene:</strong> librería JavaFX, mejoras en seguridad, concurrencia y la integración de JavaScript, añade funcionalidad mediante expresiones Lambda.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-22 02:16:05 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618728398</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618772770</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://programingstudio.files.wordpress.com/2016/11/java-multiplataforma.jpg?w=662" />
         <pubDate>2021-06-22 02:39:50 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618772770</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618842392</link>
         <description><![CDATA[<div><strong>+Java SE 9: Lanzamiento: </strong>21 de septiembre de 2017<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>mejoras en rendimiento, seguridad y encapsulación de paquetes, interfaces bien definidas y dependencias explícitas.<strong><br><br>+Java SE 10: Lanzamiento: </strong>20 de marzo de 2018<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>reconocimiento de docker, correción de errores e interfaz de recolector de basura.<strong><br><br>+Java SE 11: Lanzamiento: </strong>25 de septiembre de 2018<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>sintaxis de variables locales para parámetros en lambda, eliminación de módulos Java EE y CORBA, ejecución desde archo de código fuente único.<strong><br><br>+Java SE 12: Lanzamiento: </strong>19 de marzo de 2019<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>expresiones switch, formato de número compacto, recolector de basura Shenandoah, teeing collectors.<strong><br><br>+Java SE 13: Lanzamiento: </strong>17 de septiembre de 2019<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>bloques de texto para definir una cadena de caracteres y mejoras en las expresiones switch.<strong><br><br>+Java SE 14: Lanzamiento: </strong>17 de marzo de 2020<strong><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Contenido: </strong>eliminación del recolector de basura CMS, vista previa de la API de acceso a la memoria externa y soporte de formato para moneda contable.<strong><br><br>+Java SE 15: Lanzamiento: </strong>15 de septiembre de 2020<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<strong>Contenido:</strong> algoritmo de firma digital Edwards-Curve, clases ocultas que no pueden ser usadas directamente por otras clases, reimplementación de la antigua API DatagramSocket.<strong><br></strong><br><strong>+Java SE 16: Lanzamiento: </strong>16 de marzo de 2021<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <strong>Contenido: </strong>mejoras en el lenguaje de programación (JEP 394 Pattern Matching for instanceof), gestión de memoria (JEP 387 Elastic Metaspace), entre otros.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-22 03:19:32 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1618842392</guid>
      </item>
      <item>
         <title>NetBeans:</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1619853517</link>
         <description><![CDATA[<div>Es un entorno de desarrollo integrado o IDE por sus siglas en inglés que está basado en código abierto. Fue creado principalmente para el lenguaje de programación Java, pero también puede ser usado en otros lenguajes como PHP, C, C++ inclusive HTML 5<br><br>Este fue fundado en junio de 2000 por Sun Micorsystems. Esta plataforma permite que las aplicaciones sean desarrolladas mediante un conjunto de componentes de softwares llamados módulos. Los módulos son archivos Java que poseen clases de Java escritas para que interactúen con las interfaces de programación de aplicaciones o API.<br><br>Frente a otros IDE, NetBeans posee un framework que simplifica gran parte del desarrollo de aplicaciones con entorno gráfico ya que ofrece varias facilidades a la hora de crear el entorno y programar las funcionalidades.<br><br>Y se caracteriza por tener herramientas de desarrollo integrado, gestión de almacenamiento, gestión de la configuración de usuario, un marco asistente, entre otros.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-22 15:11:41 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1619853517</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622323253</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://pbs.twimg.com/media/EoQUb-WXIAEq2d1.jpg" />
         <pubDate>2021-06-23 20:49:40 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622323253</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622323545</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.muylinux.com/wp-content/uploads/2018/12/NetBeans.jpg" />
         <pubDate>2021-06-23 20:49:57 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622323545</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622326903</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.muylinux.com/wp-content/uploads/2017/09/java.png" />
         <pubDate>2021-06-23 20:53:53 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622326903</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622328615</link>
         <description><![CDATA[]]></description>
         <enclosure url="http://tryqa.com/wp-content/uploads/2019/01/Download-and-install-java-development-kit-jdk-on-windows-step5.png" />
         <pubDate>2021-06-23 20:55:32 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622328615</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331480</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://samelan.com/wp-content/uploads/2018/08/Java-Code.jpg" />
         <pubDate>2021-06-23 20:58:38 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331480</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331513</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.silicon.es/wp-content/uploads/2021/03/java-25-684x513.png" />
         <pubDate>2021-06-23 20:58:40 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331513</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331539</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://geekzilla.tech/home/wp-content/uploads/2021/03/imagen_2021-03-25_170647.png" />
         <pubDate>2021-06-23 20:58:41 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622331539</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622344358</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://aula4.uas.edu.mx/centro/fcfm/pluginfile.php/3654/course/overviewfiles/POO.png" />
         <pubDate>2021-06-23 21:12:32 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622344358</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622346033</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.softzone.es/app/uploads-softzone.es/2020/06/Seguridad-programaci%C3%B3n.jpg" />
         <pubDate>2021-06-23 21:14:24 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622346033</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622348525</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://i2.wp.com/hipertextual.com/wp-content/uploads/2020/02/hipertextual-apps-moviles-programar-y-escribir-codigo-ios-y-android-2020279692.jpg?fit=1500%2C1000&amp;ssl=1" />
         <pubDate>2021-06-23 21:17:06 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622348525</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622349277</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://ciberninjas.com/wp-content/uploads/2020/11/desarrollador-java.webp" />
         <pubDate>2021-06-23 21:17:56 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622349277</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622354666</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.deustoformacion.com/sites/deustoformacion/files/errores-java.jpg" />
         <pubDate>2021-06-23 21:23:46 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622354666</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622356216</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://indexdesarrollo.com/wp-content/uploads/2017/05/lenguajes-de-programacion-web.png" />
         <pubDate>2021-06-23 21:25:41 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622356216</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622356864</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/thumb/8/8b/Sun-Logo.svg/1200px-Sun-Logo.svg.png" />
         <pubDate>2021-06-23 21:26:20 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622356864</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622357908</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://estaticos.muyinteresante.es/uploads/images/gallery/5548e20741444aef0ed38f14/james-gosling.jpg" />
         <pubDate>2021-06-23 21:27:35 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622357908</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622365100</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.overops.com/wp-content/uploads/2020/09/Java1.jpg" />
         <pubDate>2021-06-23 21:35:58 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622365100</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622366529</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.locurainformaticadigital.com/wp-content/uploads/2019/01/code-3337044_1280-1024x576.jpg" />
         <pubDate>2021-06-23 21:37:43 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622366529</guid>
      </item>
      <item>
         <title>h</title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622367585</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2021-06-23 21:38:55 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622367585</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622368903</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://1.bp.blogspot.com/-Alph3BmiRfY/TzATcqsgQII/AAAAAAAAAIE/w92dCzZCR2U/s1600/Interpreteresultado.png" />
         <pubDate>2021-06-23 21:40:17 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622368903</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622376425</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://cdn.diferenciador.com/imagenes/algoritmo-y-programa-54n.jpg" />
         <pubDate>2021-06-23 21:46:51 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622376425</guid>
      </item>
      <item>
         <title></title>
         <author>Vivian252</author>
         <link>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622380486</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://crehana-blog.imgix.net/media/filer_public/e0/ec/e0ec5ab9-e252-4a99-b4e8-7cdc5ce57b0f/eficiencia-equipos-aptos-java.png" />
         <pubDate>2021-06-23 21:48:53 UTC</pubDate>
         <guid>https://padlet.com/Vivian252/weo077huxyeloc6p/wish/1622380486</guid>
      </item>
   </channel>
</rss>
