Many projects have English as their working language. So here´s a "Java Basics" course in Germany for such project groups.
Inhalt
OO refresher
Concepts and properties of
the Java programming language and Java technology
What is Java?
The development and run-time environments
Language constructs and control structures
Classes, objects, inheritance, abstract classes, interfaces, exception handling
Packages: organising and grouping Java classes in larger projects
Java archive (jar) files
Documentation with javadoc
Overview of Java´s standard
class libraries e.g.
Strings
Formatted output
Date and Time
Collections (lists, arrays, sets etc.)
Developing graphical user
interfaces with AWT and Swing
Components and Containers
Layout managers
Event handling
Applets and stand-alone applications
Java beans component model
Multithreading
Running parts of a program simultaneously
Basics of thread synchronisation
Practical exercises
Each student has his own PC for testing his knowledge and
programming the exercises
Seminar-Ziel
You will learn the concepts, properties and elements of the Java programming language. You will have an overview of the standard class libraries. You can then write your own programs using the graphics user interfaces AWT and Swing.
Wer sollte teilnehmen
Software developers with experience using a modern programming language. Basic knowledge of Object Oriented Programming would be advantageous.
This seminar is aimed at programmers who have a basic understanding of object oriented programming from C++, C# or Visual Basic. Using examples and practical exercises, the students are taught how to develop their own Java applications and how to move on from there.
Dauer des Seminars
3 Tag(e), 1. Tag 10:00-17:00h, Folgetag(e) 09:00-16:00h
Teilnehmerzahl
min. 1, max. 8 Personen *** Wenn Sie sich anmelden findet der Kurs statt! ***
Seminar-Gebühren
1.980,00 Euro p. P. zzgl. MwSt., inkl. Seminar-Unterlagen, Teilnahmezertifikat, Mittagessen und ganztägig Getränke, Obst und Snacks
Im GFU-Bookshop finden Sie u. a. folgende Bücher zu diesem Seminar / Lehrgang:
The Java Tutorial
All of the popular features that made this book a classic have been retained, including convenient summaries at the end of each section and Questions and Exercises segments to help you practice what you learn. The accompanying CD-ROM is filled with valuable resources including the latest Java SE software (the JRE, JDK, Java API spec, and the guide documentation), the code samples from this book, and solutions to the questions and exercises.
Seminar
Building Java Programs
"Building Java Programs: A Back to Basics Approach, introduces novice programmers to basic constructs and common pitfalls by emphasizing the essentials of procedural programming, problem solving, and algorithmic reasoning. By "using" objects early to solve interesting problems and "defining" objects later in the course, Building Java Programs develops programming knowledge for a broad audience. Introduction to Java Programming, Primitive Data and Definite Loops, Introduction to Parameters and Objects, Conditional Execution, Program Logic and Indefinite Loops, File Processing, Arrays, Defining Classes, Inheritance and Interfaces, ArrayLists, Java Collections Framework, Recursion, Searching and Sorting, Graphical User Interfaces. For all readers interested in introductory programming. "