Lunes 22 de Marzo de 2010
42.256 centros de formación - 836.096 cursos
¿Que cursos estas buscando?     
Home / Cursos de Informática / Cursos de Programación y Desarrollo / Cursos de Java
   
   
 

Java Desarrollo

 
 
Tipo de curso Postgrado
Método Presencial / MADRID ver instalaciones...
Duración 112 Hora(s)
Precio/Facilidades 1295 €   Descuento 
Centro Ceticsa, Consultoría y Formación-Centro Of. Microsoft (CPLS)
Prerrequisitos Conocimientos de programación.
 Prácticas  A petición de los alumnos se incorporaran a las plazas disponibles en las Empresas colaboradoras del Grupo Ceticsa con posibilidades reales y a corto
Para qué te prepara Los alumnos que realicen esta formación estarán preparados para programar en java y desarrollar programas en dicho lenguaje
Dirigido a Programadores y técnicos informáticos que deseen desarrollar en web y aplicaciones de alto nivel
Alumnos 320 alumnos han realizado ya este curso
Aulas 12 alumnos por clase
 
Temario Información adicional y temario
Ceticsa, Consultoría y Formación-Centro Of. Microsoft (CPLS)
CETICSA Consultoría y Formación, S.A. , se presenta como centro CTEC en el 2001 tras 10 años de experiencia en servicios de formación de alto nivel para empresas tecnológicas colaboradoras del Grupo ITC a la cual puede considerarse una de las primeras empresas españolas especializadas en proyectos de integración de sistemas, redes y comunicaciones en el ámbito Corporativo y de ...

Contactar sin compromiso con el centro Ceticsa, Consultoría y Formación-Centro Of. Microsoft (CPLS)
Debes de rellenar correctamente todos los datos de este formulario para que podamos enviarlo al centro de formación. Hemos marcado en rojo aquellos datos incompletos y/o erroneos.
* Datos obligatorios
¿Deseas recibir información gratuita sobre cursos similares a este en tu email? Sí, quiero darme de alta en Emagister.com
En breve un asesor de Qa-02 se pondr en contacto contigo para informarte.
Al presionar "Enviar solicitud/ Ver Teléfono" estás aceptando las reglas de uso, y política de protección de datos, del mismo modo, autorizas expresamente que el centro de formación que imparte el curso que has solicitado nos remita la confirmación o no de tu matriculación al curso mismo.

     Cursos de la misma temática (Atención al cliente garantizada | Titulación / Certificación | Prácticas)  
Fundamentos de Desarrollo Java con Spring
Formación a empresas - Madrid
Atención garantizada
Desarrollo de Enterprise Java Beans
Formación a empresas - Madrid
Atención garantizada
Desarrollo de Aplicaciones Java con Spring (Avanzado).
Formación a empresas - Madrid
Atención garantizada
Herramientas para el Desarrollo y Gestión de Proyectos Java.
Formación a empresas - Madrid
Atención garantizada
Desarrollo de Aplicaciones Java para Dispositivos Móviles Jme.
Formación a empresas - Madrid
Atención garantizada
   

    Instalaciones del centro: Ceticsa, Consultoría y Formación-Centro Of. Microsoft (CPLS)  
C/ Comandante Zorita, 4 Entreplanta MADRID 28010 Madrid (España)

   

    Temario del curso  
  •  Introduction

  • Describe the key features of Java technology

  • Write, compile, and run a simple Java technology application

  • Describe the function of the Java Virtual Machine (JVM)

  • Define garbage collection

  • Fundamentals of Object-Oriented Programming OOP

  • Define modeling concepts: abstraction, encapsulation, and packages

  • Discuss why you can reuse Java technology application code

  • Define class, member, attribute, method, constructor, and package

  • Use the access modifiers private and public as appropriate for the guidelines of encapsulation

  • Invoke a method on a particular object

  • Use the Java technology application programming interface

  • (API) online documentation

  • Identifiers, Keywords, and Types

  • Use comments in a source program

  • Distinguish between valid and invalid identifiers

  • Recognize Java technology keywords

  • List the eight primitive types

  • Define literal values for numeric and textual types

  • Define the terms primitive variable and reference variable

  • Declare variables of class type

  • Construct an object using new

  • Describe default initialization

  • Describe the significance of a reference variable

  • State the consequence of assigning variables of class type

  • Expressions and Flow Control

  • Distinguish between instance and local variables

  • Describe how to initialize instance variables

  • Identify and correct a Possible reference before assignment compiler error

  • Recognize, describe, and use Java software operators

  • Distinguish between legal and illegal assignments of primitive types

  • Identify Boolean expressions and their requirements in control constructs

  • Recognize assignment compatibility and required casts in fundamental types

  • Use if, switch, for, while, and do constructions and the labeled forms of break and continue as flow control structures in a program

  • Arrays

  • Declare and create arrays of primitive, class, or array types

  • Explain why elements of an array are initialized

  • Explain how to initialize the elements of an array

  • Determine the number of elements in an array

  • Create a multidimensional array

  • Write code to copy array values from one array to another

  • Class Design

  •  Define inheritance, polymorphism, overloading, overriding, and virtual method invocation

  • Use the access modifiers protected and the default (packagefriendly)

  • Describe the concepts of constructor and method overloading

  • Describe the complete object construction and initialization operation

  • Create static variables, methods, and initializers

  • Create final classes, methods, and variables

  • Create and use enumerated types

  • Use the static import statement

  • Create abstract classes and methods

  • Create and use an interface

  • Exceptions and Assertions

  • Define exceptions

  • Use try, catch, and finally statements

  • Describe exception categories

  • Identify common exceptions

  • Develop programs to handle your own exceptions

  • Use assertions

  • Distinguish appropriate and inappropriate uses of assertions

  • Enable assertions at runtime

  • Building Java GUIs and GUI Event Handling

  • Describe the Abstract Windowing Toolkit (AWT) package and its components

  • Define the terms containers, components, and layout managers, and describe how they work together to build a GUI

  • Use layout managers

  • Use the FlowLayout, BorderLayout, and GridLayout managers to achieve a desired dynamic layout

  • Add components to a container

  • Use the Frame and Panel containers appropriately

  • Describe how complex layouts with nested containers work

  • Define events and event handling

  • Write code to handle events that occur in a GUI

  • Describe the concept of adapter classes, including how and when to use them

  • Determine the user action that originated the event from the event object details

  • Identify the appropriate listener interface for a variety of event types

  • Create the appropriate event handler methods for a variety of event types

  • Understand the use of inner classes and anonymous classes in event handling

  • GUI-Based Applications

  • Identify the key AWT components and the events that they trigger

  • Describe how to construct a menu bar, menu, and menu items in a Java GUI

  • Understand how to change the color and font of a component

  • Use JTable and JTabbedPane classes in your application to build a sophisticated GUI

  • Threads

  • Define a thread

  • Create separate threads in a Java technology program, controlling the code and data that are used by that thread

  • Control the execution of a thread and write platform independent code with threads

  • Describe the difficulties that might arise when multiple threads share data

  • Use wait and notify to communicate between threads

  • Use synchronized to protect data from corruption

  • Advanced I/O Streams

  • Describe the main features of the java.io package

  • Construct node and processing streams, and use them appropriately

  • Distinguish readers and writers from streams, and select appropriately between them

  • Model View Controller Design Pattern

  • Explain design patterns

  • Explain the Model View Controller (MVC) design pattern

  • Analyze how the MVC design pattern can be used in applications

  • Apply the MVC design pattern

  • Introduction to Java Database Connectivity API

  • Describe the JDBC API

  • Explain how using the abstraction layer provided by the

  • JDBC API can make a database front end portable across platforms

  • Describe the five major tasks involved with the JDBC programmer's interface

  • State the requirements of a JDBC driver and its relationship to the JDBC driver manager

  • Describe the data access objects (DAO) pattern and its applicability to a given scenario

  •  Multiple-Tier Design

  • Explain how you can use the Java technology package java.net to implement networking applications

  • Demonstrate how to use the Command design pattern

  • Apply the Strategy design pattern to create reusable code

  • Use the new Java concurrency APIs to create a multithreaded server

  • Examine a thread pool

  • Identify integrity problems in multithreaded servers

  • Remote Objects

  • Create remote objects

  • Use Java RMI to create a multitier application

     

   

    Temas Relacionados  
  Cursos de Diseño de BBDD   Cursos de Java
  Cursos de JSP   Cursos de Orientación a objetos
  Cursos de Programación estructurada   Cursos de Programación web
  Cursos de Servidores web   Cursos de UML
  Cursos de Visual Age   Cursos de Visual Interdev
  Cursos de WML   Cursos de XML
  Cursos de J2ee   Cursos de JDBC
  Cursos de Arquitectura de aplicaciones   Cursos de Interfaz gráfica
  Cursos de Servlets  
   

     Más Cursos Relacionados  
Fundamentos de Desarrollo Java con Spring
 Formación a empresas   Madrid   920 € 
Desarrollo de Enterprise Java Beans
 Formación a empresas   Madrid   1150 € 
Desarrollo de Aplicaciones Java con Spring (Avanzado).
 Formación a empresas   Madrid   1060 € 
Herramientas para el Desarrollo y Gestión de Proyectos Java.
 Formación a empresas   Madrid   1150 € 
Desarrollo de Aplicaciones Java para Dispositivos Móviles Jme.
 Formación a empresas   Madrid   920 € 
   

    Lo más buscado en solocursos.net:  
Cursos Periodismo digital, Acústica ambiental, Cursos Logopedia, Cursos de Radiología, Cursos de Estudios de mercado, Cursos Dirección de empresas, Cursos Orientación a objetos, Cursos de Auxiliar enfermeria, Cursos Java y Servlets, Cursos Prog. Lógica, Cursos de Gestión de Stocks, Visual Interdev, Cursos DHTML en Tarragona, Cursos Policía en Sevilla, Cursos de Sistemas Operativos en Cáceres, Humor a Distancia, Especialización en Dirección de Empresas (Ciclo Formativo), Auxiliar Administrativo Del Sacyl, Formador Ocupacional Online (Bonificable), Cisco - CCNA Exploration- Master Técnico en Redes e Internet (Intensivo), Guardia Civil,
   

Quienes somos | Normas de uso | Política de privacidad | Publica tus cursos
2004 SoloCursos.net ®
   Formación relacionada...  
Cursos de Java Desarrollo en....
Presencial (158)
· Madrid (105)
· Barcelona (27)
· Vizcaya (10)
· Granada (6)
· Sevilla (5)
Online (49)
A Distancia (9)
Semi-presencial (7)
DVD/CD y Video (2)
Cursos de...
Java (115)
Programación - Más Temáticas (29)
Prog. Orientada a Objeto (20)
Diseño General y Otros (13)
Diseño - Más Temáticas (5)