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: Programming II Ed 1

Schedule

Start End Duration Location Details

Course Details

Java SE: Programming II Ed 1

Course code: JSE8PII1

Duration: 5 Days

Prerequisite:

•    Java SE: Programming I Ed 1

Course Description:

This is a second-level course for programmers learning the Java language. It rounds-out the topics that were taught in the previous course, Java SE: Programming I, and provides additional key skills for Java programmers, such as secure coding, modular programming, and database access.

Course Objectives:

After taking this course, you should be able to:

•    Create Java applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphism
•    Execute a Java application from the command line
•    Create applications that use the Java Collections framework
•    Search and filter collections using Lambda Expressions
•    Implement error-handling techniques using exception handling
•    Implement input/output (I/O) functionality to read from and write to data and text files
•    Manipulate files, directories and file systems using the JDK NIO.2 specification
•    Perform multiple operations on database tables, including creating, reading, updating and deleting using both JDBC and JPA technology
•    Use Lambda Expression concurrency features
•    Apply modular programming practices and services to applications
•    Create high-performing multi-threaded applications

Intended Audience:

•    Data Scientist
•    Developer
•    Implementer

Course Outlines:

•    Functional Programming
o    Functional Interfaces and Lambda Expressions 
o    Collections Streams, and Filters
o    Built-in Functional Interfaces

•    Modular Programming
o    Introduction to Modular Programming in Java
o    Services in a Modular Application
o    Migration to a Modular Application

•    Streams and Parallel Streams
o    Concurrency
o    Parallel Streams
o    Terminal Operations: Collectors
o    Creating Custom Streams

•    Java API Programming and Secure Coding Concepts
o    I/O (Fundamentals and NIO2)
o    Secure Coding
o    Database Applications with JDBC
o    Localization

•    Collections and Generics
o    What is the Collections Framework?
o    Iterators
o    Type-Wrapper Classes
o    What are Generics?

•    Exception and Handling and Assertions
o    Exceptions
o    Error handling
o    Assertions