Java Class in London
No Java classes are currently sheduled.
Private tuition is available.
Overview of Content
- Module 1 Introduction:
* JAVA as a programming language
* JAVA as a platform
* Different Java application typesModule 2 the Java Development Kit environment:
* Java Development Kit environment
Module 3 Essential Java Programming:
* Fields and Variables
* Using Arrays
* Static Methods and Fields
* Using the JDKModule 4 My first Java application: «Hello World»:
* The creation of code source
* The compilation of code source
* Execution of code
* The structure of a programModule 5 My first JAVA applet: «Hello World»:
* The creation of code source
* The compilation of code source
* Creation of a HTML document for usage by an applet
* Execution of an applet
* The structure of an appletModule 6 Object Oriented Programming:
* Objects
* Messages
* Classes
* Derivation and hierarchies of classes
* Interfaces
* PolymorphismModule 7 The Java programming language:
* Variables
* Operators
* Expressions, instructions and blocs
* Program flow control InstructionsModule 8 Graphical User Interfaces:
* Containers and Layout Managers
* Writing Simple Graphical Applications
* Writing Complete Graphical ApplicationsModule 9 Management of objects:
* The creation of objects
* Utilization of objectsModule 10 Java Developer's Toolbox:
* Utility Classes
* Vector and Hash table
* Collections
* Inner Classes
* Java I/OModule 11 Simple Objects
* Chains
* Numbers
* SeriesModule 12 Definition of classes:
* Introduction
* The declarations of a class
* Class descriptions
* ExercisesModule 13 Derivation and hierarchy of classes:
* Derivation
* Final Classes
* Abstract Classes
* The super class
* Class Inheritance
* Polymorphism
* ExercisesModule 14 Interfaces:
* Usage of Interfaces
* Definition of an interface
* Implementation of an interface
* The interface as a data typeModule 15 Packages:
* Creation of packages
* Hierarchy of packages
* Using packages for code organization
* Access levels for packages
* Packages that are imported by default