INFO ZU UNSEREN SCHULUNGEN


Inhouse Trainings

Selbstverständlich können Sie unsere hoch qualifizierten Trainer für Schulungen, Workshops und Beratungen zu sich ins Haus holen!  mehr


Terminflexibilität

Der angebotene Termin liegt für Sie ungünstig? Schicken Sie uns Ihre Terminvorschläge und wir bemühen uns, Ihren Wünschen zu entsprechen!

 

Schulungsunterlagen

Die Schulungsunterlagen bekommen Sie von uns ausgedruckt am ersten Tag der Schulung. Sie können die Unterlagen nach Ende der Schulung behalten.


Leistungen

Im Schulungspreis einer Klassenraumschulung in unserem Haus ist das Mittagessen inkludiert. Für die Dauer der Schulung bekommen Sie einen Laptop zur Verfügung gestellt. Sie können auch gerne den eigenen Laptop mitbringen und verwenden.


Mindestteilnehmerzahl

Die meisten Schulungen werden ab 2-3 Teilnehmern durchgeführt. Sollte eine Schulung aufgrund von Teilnehmermangel abgesagt werden erfahren Sie dies 17 Tage vor Beginn der Schulung. In diesem Fall können Sie die Schulung kostenlos stornieren oder zu einem späteren Termin teilnehmen.

 

Java SE 7 Programming

(ersetzt ab sofort Java Programming Language)

Dauer: 5 Tage, Tageskurs

Kurssprache: deutsch, Unterrichtsmaterial überwiegend in englischer Sprache

Kosten: € 2.210,00*

 

The second of two courses that cover the Java Standard Edition 7 (Java SE 7) Platform, this course covers the core Application Programming Interfaces you will use to design object-oriented applications with Java. Learn to create class files that subclass other classes, extend abstract classes, and program with interfaces. Learn how to properly use exceptions, how to use the Collections framework, and develop applications that manipulate files, directories and file systems. This course also covers writing database programs with JDBC and JPA, and how to correctly write multi-threaded applications.

Practice your skills with labs that range from simple to complex and with experienced instructors who will answer your questions and guide your learning experience. The course features the latest JDK7 API's and tools.Use this course to further develop your skills with the Java language and prepare for the Oracle Certified Professional, Java SE 7 Programmer Exam!


Student who can benefit from this course

  • Java-Entwickler

 

Erforderliche Vorkenntnisse

  • The Fundamentals of Java SE 7 course was designed to enable students with little or no programming experience to begin to learn programming.
  • Java SE7 Fundamentals

 

Kursziele

  • Create Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphism
  • Execute a Java technology application from the command line
  • Create applications that use the Java Collections framework
  • Implement error-handling techniques using exception handling
  • Implement input/output (I/O) functionality to read from and write to data and text files and understand advanced I/O streams
  • Manipulate files, directories and file systems using the JDK7 NIO.2 specification
  • Perform multiple operations on database tables, including creating, reading, updating and deleting using both JDBC and JPA technology
  • Process strings using a variety of regular expressions
  • Create high-performing multi-threaded applications that avoid deadlock
  • Localize Java applications


Kursthemen

Java Platform Overview

  • Introductions
  • Course Schedule
  • Java Overview
  • Java Platforms
  • OpenJDK
  • Licensing
  • Java in Server Environments
  • The Java Community Process

Java Syntax and Class Review

  • Java syntax review
  • Java control statements
  • What is a class?
  • Using a class
  • Subclassing
  • Access control
  • Polymorphism

Java Class Design

  • Using access modifiers
  • The instanceof modifier
  • Overloading methods
  • Overloading constructors
  • Casting
  • Java single inheritance

Advanced Class Design

  • Identifying abstract classes form a business problem
  • Field modifier best practices
  • Designing a Singleton class
  • Designing abstract classes
  • Nested classes

Inheritance with Java Interfaces

  • Java Interfaces
  • Types of Inheritance
  • Creating a maintainable design using interfaces
  • Implementing multiple interfaces
  • The DAO pattern

Collections and Generics

  • What is the Collections Framework?
  • A classic list
  • What are generics
  • Generic lists
  • Using generic Set and Map
  • Ordering collections
  • Iterators
  • Enum classes

String processing

  • Process Strings with StringBuilder and StringBuffer
  • Key String methods
  • Parse test in Java
  • Read input with Scanner
  • Write text with PrintWriter
  • Regular expressions in Java
  • Using the Pattern object
  • Using the Matcher object

Exceptions and Assertions

  • Exceptions categories
  • Standard Java Exeption classes
  • Creating your own Exception classes
  • Using try-catch
  • Using the finally clause
  • The multi-catch
  • Best practices
  • Assertions overview

I/O Fundamentals

  • What is I/O in Java?
  • Reading and using the command line arguments
  • Reading the console input stream
  • Writing to the console
  • Using I/O Streams
  • Reading and writing objects

File I/O with NIO 2

  • What is a File Path?
  • Using the Files class
  • Directory and File operations
  • Managing file system attributes
  • Reading, writing, and creating files
  • Watching for file system changes

Database Applications with JDBC

  • What is the JDBC interface?
  • Connecting through the JDBC interface
  • Java Types to SQL types
  • Writing queries and returning results
  • What is a Data Access Object?
  • Using JDK7 Rowset types (JDK 7)

Database Applications with JPA

  • What is the Java Persistence API?
  • Entity Overview
  • Creating an Entitity
  • Entity Manager and Peristence Context
  • CRUD Operations

Concurrency

  • What is concurrency?
  • Recognizing multithreaded environments
  • Variable scope and multi-threaded code
  • Thread synchronization
  • Liveness
  • Creating guard blocks
  • Immutable objects
  • Using java.util.concurrent

Localization

  • Why localize a system?
  • Localization defined
  • Using the Locale object
  • Create a message bundle for multiple locales
  • Format messages, dates, and numbers with Java