8340  Reviews star_rate star_rate star_rate star_rate star_half

Introduction to Java Training

This Java training course is intended for students without an extensive programming background. It covers most Java syntax elements, concentrating on fundamental and universally useful elements,...

Read More
$2,625 USD
Duration 5 days
Course Code INTRO-JAVA
Available Formats Classroom

Overview

This Java training course is intended for students without an extensive programming background. It covers most Java syntax elements, concentrating on fundamental and universally useful elements, while providing an overview of many more advanced elements. Students will learn to write useful Java classes, applying Object-Oriented concepts such as inheritance, and create Java programs that work with these classes.

  • Early in the class the concept of objects is introduced so that later concepts can be discussed from the perspective of object orientation.

Skills Gained

  • Learn how Java works.
  • Understand the "write once, run anywhere" concept.
  • Understand and learn how to create basic Java objects.
  • Learn how to implement flow-control concepts in Java.
  • Understand Java's package concept and create packages of Java classes.
  • Understand Java arrays and write code to create and use arrays.
  • Learn how to write Java classes using inheritance.
  • Learn how to create and use interfaces.
  • Understand and use the concept of polymorphism in an application
  • Understand how Java's exception-handling mechanism works and learn how to apply exception-handling to Java applications.
  • Understand and use inner classes.
  • Learn how to use elements from the Java API library, including the Collections classes.

Prerequisites

  • Experience in the following is required for this Java class: Some prior programming experience in a procedural or object-oriented language.
  • Experience in the following would be useful for this Java class: Knowledge of Object-oriented Analysis and Design (OOAD) is extremely helpful in Java (and other) programming.

Course Details

Course Outline

Java Introduction

  • The Java Environment - Overview
  • Writing a Java Program
  • Obtaining The Java Environment
  • Setting Up Your Java Environment
  • Creating a Class that Can Run as a Program
  • Useful Stuff Necessary to Go Further
  • Using an Integrated Development Environment
  • Running a Simple Java Program
  • Using the Java Documentation

Java Basics

  • Basic Java Syntax
  • Variables
  • Data
  • Constants and the final Keyword
  • Mathematics in Java
  • Creating and Using Methods
  • Variable Scope
  • Method Exercise

Java Objects

  • Objects
  • Object-oriented Languages
  • Object Definition
  • References
  • Defining a Class
  • More on Access Terms
  • Adding Data Members to a Class
  • Standard Practices for Fields and Methods
  • Java Beans
  • Bean Properties
  • Payroll01: Creating an Employee Class
  • Constructors
  • Instantiating Objects Revisited
  • Important Note on Constructors
  • Payroll02: Adding an Employee Constructor
  • Method Overloading
  • Payroll03: Overloading Employee Constructors
  • The this Keyword
  • Using this to Call Another Constructor
  • Payroll04: Using the this Reference
  • static Elements
  • The main Method
  • Payroll05: A static Field in Employee
  • Garbage Collection
  • Java Packages
  • Compiling with Packages
  • Working with Packages
  • Payroll06: Creating an employees Package
  • Variable Argument Lists (varargs)
  • Payroll07: Using KeyboardReader in Payroll
  • Creating Documentation Comments and Using javadoc
  • Payroll08: Creating and Using javadoc Comments
  • Primitives and Wrapper Classes
  • Encapsulation
  • String, StringBuffer, and StringBuilder
  • Compiling and Executing with Packages
  • Object-oriented Programs

Comparisons and Flow Control Structures

  • Boolean-valued Expressions
  • Comparison Operators
  • Comparing Objects
  • Conditional Expression Examples
  • Complex boolean Expressions
  • Simple Branching
  • The if Statement
  • if Statement Examples
  • Payroll-Control01: Modified Payroll
  • Two Mutually Exclusive Branches
  • Comparing a Number of Mutually Exclusive Options - The switch Statement
  • Comparing Two Objects
  • Conditional Expression
  • Payroll-Control02: Payroll with a Loop
  • Additional Loop Control: break and continue
  • Continuing a Loop
  • Classpath, Code Libraries, and Jar Files
  • Creating and Using an External Library
  • Compiling to a Different Directory
  • Conditionals and Loops
  • Game02: A Revised Guessing Game
  • Game01: A Guessing Game
  • Game03: Multiple Levels
  • Game04: Guessing Game with a Loop

Arrays

  • Defining and Declaring Arrays
  • Instantiating Arrays
  • Initializing Arrays
  • Working with Arrays
  • Enhanced for Loops - the For-Each Loop
  • Array Variables
  • Copying Arrays
  • Using the args Array
  • Arrays of Objects
  • Payroll-Arrays01: An Array of Employees
  • Multi-Dimensional Arrays
  • Multidimensional Arrays in Memory
  • Example - Printing a Picture
  • Typecasting with Arrays of Primitives
  • Java Arrays
  • Game-Arrays01: A Guessing Game with Random Messages

Inheritance

  • Inheritance
  • Payroll with Inheritance
  • Polymorphism
  • Creating a Subclass
  • Inheritance and Access
  • Inheritance and Constructors - the super Keyword
  • Example - Factoring Person Out of Employee
  • Payroll-Inheritance01: Adding Types of Employees
  • Inheritance and Default Superclass Constructors
  • Typecasting with Object References
  • More on Overriding
  • Payroll-Inheritance02: Using the Employee Subclasses
  • Other Inheritance-related Keywords
  • Payroll-Inheritance03: Making Our Base Classes Abstract
  • Methods Inherited from Object
  • Checking an Object’s Type: Using instanceof
  • The Instantiation Process at Runtime
  • Inheritance Example - A Derived Class
  • Inheritance Examples
  • Derived Class Objects
  • Derived Class Methods that Override Base Class Methods
  • Object Typecasting Example
  • Typecasting with Arrays of Objects

Interfaces

  • Interfaces
  • Creating an Interface Definition
  • Implementing Interfaces
  • Reference Variables and Interfaces
  • Interfaces and Inheritance
  • Exercise: Payroll-Interfaces01
  • Some Uses for Interfaces
  • Annotations
  • Using Annotations
  • Annotation Details

Exceptions

  • Exceptions
  • Handling Exceptions
  • Exception Objects
  • Attempting Risky Code - try and catch
  • Guaranteeing Execution of Code - The finally Block
  • Letting an Exception be Thrown to the Method Caller
  • Throwing an Exception
  • Payroll-Exceptions01: Handling NumberFormatException in Payroll
  • Exceptions and Inheritance
  • Creating and Using Your Own Exception Classes
  • Payroll-Exceptions02
  • Rethrowing Exceptions
  • Initializer Blocks
  • Logging
  • Log Properties
  • Assertions

Collections

  • Collections
  • Using the Collection Classes
  • Using the Iterator Interface
  • Creating Collectible Classes
  • Generics
  • Bounded Types
  • Extending Generic Classes and Implementing Generic Interfaces
  • Generic Methods
  • Variations on Generics - Wildcards
  • Type Erasure
  • Multiple-bounded Type Parameters
  • Payroll-Collections01: Payroll Using Generics
  • Working with Streams and Lambda expressions
  • Working with Streams and Lambda expressions

Inner Classes

  • Inner Classes, aka Nested Classes
  • Inner Class Syntax
  • Instantiating an Inner Class Instance from within the Enclosing Class
  • Inner Classes Referenced from Outside the Enclosing Class
  • Referencing the Outer Class Instance from the Inner Class Code
  • Better Practices for Working with Inner Classes
  • Enums
  • Inner Classes
  • Method Inner Classes
  • Anonymous Inner Classes

Schedule

FAQ

Does the course schedule include a Lunchbreak?

Classes typically include a 1-hour lunch break around midday. However, the exact break times and duration can vary depending on the specific class. Your instructor will provide detailed information at the start of the course.

What languages are used to deliver training?

Most courses are conducted in English, unless otherwise specified. Some courses will have the word "FRENCH" marked in red beside the scheduled date(s) indicating the language of instruction.

What does GTR stand for?

GTR stands for Guaranteed to Run; if you see a course with this status, it means this event is confirmed to run. View our GTR page to see our full list of Guaranteed to Run courses.

Does Ascendient Learning deliver group training?

Yes, we provide training for groups, individuals and private on sites. View our group training page for more information.

What does vendor-authorized training mean?

As a vendor-authorized training partner, we offer a curriculum that our partners have vetted. We use the same course materials and facilitate the same labs as our vendor-delivered training. These courses are considered the gold standard and, as such, are priced accordingly.

Is the training too basic, or will you go deep into technology?

It depends on your requirements, your role in your company, and your depth of knowledge. The good news about many of our learning paths, you can start from the fundamentals to highly specialized training.

How up-to-date are your courses and support materials?

We continuously work with our vendors to evaluate and refresh course material to reflect the latest training courses and best practices.

Are your instructors seasoned trainers who have deep knowledge of the training topic?

Ascendient Learning instructors have an average of 27 years of practical IT experience and have also served as consultants for an average of 15 years. To stay current, instructors spend at least 25 percent of their time learning new, emerging technologies and courses.

Do you provide hands-on training and exercises in an actual lab environment?

Lab access is dependent on the vendor and the type of training you sign up for. However, many of our top vendors will provide lab access to students to test and practice. The course description will specify lab access.

Will you customize the training for our company’s specific needs and goals?

We will work with you to identify training needs and areas of growth.  We offer a variety of training methods, such as private group training, on-site of your choice, and virtually. We provide courses and certifications that are aligned with your business goals.

How do I get started with certification?

Getting started on a certification pathway depends on your goals and the vendor you choose to get certified in. Many vendors offer entry-level IT certification to advanced IT certification that can boost your career. To get access to certification vouchers and discounts, please contact info@ascendientlearning.com.

Will I get access to content after I complete a course?

You will get access to the PDF of course books and guides, but access to the recording and slides will depend on the vendor and type of training you receive.

How do I request a W9 for Ascendient Learning?

View our filing status and how to request a W9.

Reviews

Very good company. I've done technical trainings at their facility in downtown Montreal in the past and I'Ve always appreciated them.

This was effective way to provide a ton of information in a short time period.

Great training it covered the most importan topics if GitHub copilot with good explanation and good labs.

Both course material and instructor demonstrated a sound foundation on Maximo material

Good training. A lot to take in for the short amount of time we have though