1 / 16

FUNDAMENTALS OF THE JAVA PROGRAMMING LANGUAGE (SL-110)

FUNDAMENTALS OF THE JAVA PROGRAMMING LANGUAGE (SL-110). CAPÍTULO 2: TECNOLOGÍA JAVA. Ing. Ronald Criollo. Conceptos claves del lenguaje JAVA Etapas del ciclo de vida de un producto Componentes SDK JAVA Development Kit JDK: Instalación. AGENDA. Orientado a objetos . Distribuido.

sage-finch
Download Presentation

FUNDAMENTALS OF THE JAVA PROGRAMMING LANGUAGE (SL-110)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. FUNDAMENTALS OF THE JAVA PROGRAMMING LANGUAGE (SL-110) CAPÍTULO 2: TECNOLOGÍA JAVA Ing. Ronald Criollo

  2. Conceptos claves del lenguaje JAVA • Etapas del ciclo de vida de un producto • Componentes SDK • JAVA Development Kit • JDK: Instalación AGENDA

  3. Orientado a objetos. • Distribuido. • Simple. • Multiproceso. • Seguro. • Independiente de la plataforma. CONCEPTOS CLAVES DEL LENGUAJE JAVA

  4. ORIENTADO A OBJETOS

  5. ORIENTADO A OBJETOS

  6. DISTRIBUIDO CHAT DE SERVICIOS DE PORTA ENLACE

  7. Java elimino muchas de las características de otros lenguajes como C y C++: • Aritmética de punteros • No existen referencias • Registros (struct) • Definición de tipos (typedef) • Necesidad de liberar memoria SIMPLE

  8. MULTIPROCESO

  9. “En JAVA el código pasa por un verificador de byte-codes antes de ejecutarse.“ SEGURO printf( "Escriba un valor entero: " ); scanf( "%u",&puntero ); printf( "Cadena de memoria: %s\n",puntero );

  10. INDEPENDIENTE DE LA PLATAFORMA

  11. Análisis • Diseño • Desarrollo • Pruebas • Implementación (Versión 1.0) • Mantenimiento (Versión 1.1) • EOL (Versión 2.0) ETAPAS DEL CICLO DE VIDA DE UN PRODUCTO

  12. ETAPAS DEL CICLO DE VIDA DE UN PRODUCTO VER VIDEO

  13. JDK (JAVA DEVELOPMENT KIT) • JRE (JAVA RUNTIME ENVIRONMENT) COMPONENTES sdk

  14. JAVAC (COMPILADOR) • JAVA (INTERPRETE) • JAVADOC (GENERADOR DE DOCUMENTACION) • APPLETVIEWER (VISOR DE APPLET) JAVA DEVELOPMENT KIT

  15. jdk-6u16-windows-i586.exe • jre-6u16-windows-i586.exe • netbeans-6.7.1-ml-javase-windows.exe • jdk-6u16-nb-6_7_1-windows-ml.exe JDK: INSTALACIÓN

  16. MI PC -> PROPIEDADES -> OPC. AVANZADA -> VARIABLES DE ENTORNO -> VARIABLES DE SISTEMA • VARIABLE PATH • Nombre: Path • Valor: ;C:\Archivos de Programa\Java\jdk1.6.0_16 \bin • VARIABLE CLASSPATH • Nombre: Classpath • Valor: . CONFIGURACION DE VARIABLES DE ENTORNO DE WINDOWS

More Related