TRENDS is authorized to promote and deliver Oracle courses in partnership with TechEdge Solutions. EZY Corporation logo and Oracle logo are registered trademarks of EZY Corporation and Oracle respectively. All rights reserved.

Java SE 8 Programming Ed 1

Schedule

Start End Duration Location Details

Course Details

Java SE 8 Programming Ed 1

Course code: JSE8P1

Duration: 5 Days

Prerequisite:

•    Java SE 8 Fundamentals Ed 11

Course Description:

This Java SE 8 Programming training covers the core language features and Application Programming Interfaces (API) you will use to design object-oriented applications with Java Standard Edition 8 (Java SE 8) Platform.

Course Objectives:

After taking this course, you should be able to:

•    Creating high-performing multi-threaded applications
•    Creating Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphism
•    Implementing input/output (I/O) functionality to read from and write to data and text files and understand advanced I/O streams
•    Executing a Java technology application from the command line
•    Manipulating files, directories and file systems using the JDK NIO.2 specification
•    Creating applications that use the Java Collections framework
•    Performing multiple operations on database tables, including creating, reading, updating and deleting using both JDBC and JPA technology
•    Searching and filter collections using Lambda Expressions
•    Implementing error-handling techniques using exception handling
•    Using Lambda Expression concurrency features

Intended Audience:

•    Developers

Course Outlines:

•    Java Platform Overview
•    Java Syntax and Class Review
•    Encapsulation and Subclassing
•    Overriding Methods, Polymorphism, and Static Classes
•    Abstract and Nested Classes
•    Interfaces and Lambda Expressions
•    Collections and Generics
•    Collections Streams, and Filters
•    Lambda Built-in Functional Interfaces
•    Lambda Operations
•    Exceptions and Assertions
•    Java Date/Time API
•    I/O Fundamentals
•    File I/O (NIO.2)
•    Concurrency
•    The Fork-Join Framework
•    Parallel Streams
•    Database Applications with JDBC
•    Localization