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 I Ed 2

Schedule

Start End Duration Location Details

Course Details

Java SE: Programming I Ed 2

Course code: JSE8PI2

Duration: 5 Days

Prerequisite:
It is recommended that you have previously studied programming languages, or have an existing knowledge of Java Programming.

Course Description:
This entry-level course is aimed at programmers who are new to Java and who need to learn its concepts, language constructs, and data types. Included in the agenda are topics on exception handling, lambda expressions, and modular programming.

The course is designed for programmers who will apply these language skills to develop programs using the latest major versions of the JDK, currently Java 11. Students practice the skills learned in each lesson through hands-on labs

Course Objectives:

After taking this course, you should be able to:
•    Write Java code that uses variables, arrays, conditional and loop constructs of achieve program objectives
•    Identify modular programming principles
•    Access and create static fields and methods
•    Encapsulate a class using access modifiers and overloaded constructors
•    Manipulate numeric, text, and string data using appropriate Java operators
•    Set environment variables to allow the Java compiler and runtime executables to function properly
•    Create simple Java classes and use object references to access fields and methods in a class
•    Demonstrate polymorphism by implementing a Java interface
•    Handle a checked exception in a Java application
•    Use a Predicate Lambda expression as the argument to a method
•    Define and implement a simple class hierarchy that supports application requirements

Intended Audience:
•    Developer
•    Implementer
•    System Integrator
•    Systems Administrator

Course Outlines:

•    What is a Java Program
o    Key Features of the Java Language
o    Java technology and development environment
o    Running and testing a Java program

•    Creating a Java Main class
o    Java classes
o    The Main method
o    Adding a Main method

•    Data in the Cart
o    Introducing variables
o    Working with strings
o    Working with numbers
o    Manipulating numeric data

•    Managing Multiple Items
o    Working with conditions
o    Using IF statements
o    Working with a list of Items
o    Processing a list of items

•    Describing Objects and Classes
o    Working with objects and classes
o    Defining field and methods
o    Declaring, instantiating, and initializing objects
o    Working with object references
o    Doing more with arrays

•    Manipulating and Formatting the Data in Your Program
o    Using the String class
o    Using the Java API docs
o    Using the StringBuilder class
o    More about primitive data types
o    More numeric operators
o    Promoting and casting variable

•    Creating and Using Methods
o    Using methods
o    Method arguments and return values
o    Static methods and variables
o    How arguments are passed to a method
o    Overloading a method    •    Using Encapsulation
o    Access Control
o    Encapsulation
o    Overloading constructors

•    More on Conditionals
o    Relational and conditional operators
o    More ways to use IF/ELSE constructs
o    Using switch statements
o    Using the Netbeans debugger

•    More on Arrays and Loops
o    Working with dates
o    Parsing the args array
o    Two-dimensional arrays
o    Alternate looping constructs
o    Nesting loops
o    The ArrayList class

•    Using Inheritance
o    Overview
o    Working with subclasses and superclasses
o    Overriding methods in the superclass
o    Creating and extending abstract classes

•    Using Interfaces
o    Polymorphism
o    Polymorphism in the JDK foundation classes
o    Using interfaces
o    Local Variable type inference
o    Using the List interface
o    Introducing Lambda expressions

•    Handling Exceptions
o    Overview
o    Propagation of exceptions
o    Catching and throwing exceptions
o    Handling multiple exceptions and errors

•    Deploying and Maintaining the Soccer Application
o    Packages, JARs, architecture
o    Application modification and requirements

•    Understanding Modules
o    The Module System
o    JARs
o    Module declarations
o    Modular JDK

•    JShell
o    Testing code
o    JShell basics
o    JShell in an IDE