about the course
This Java SE 8 Fundamentals training introduces you to object-oriented programming using the Java language. Through hands-on exercises, you'll begin to build a baseline of knowledge to propel your career in development.
By enrolling in this course, you'll expand your knowledge of Java SE 8, while building your Java skill set. You'll build a solid basis in the Java programming language upon which to base continued work and training.
Prerequisite Knowledge
To ensure your success in this course you should have the following requirements:
COURSE PROGRAM
WHAT IS A JAVA PROGRAM?
Introduction to Computer Programs
Key Features of the Java Language
The Java Technology and Development Environment
Running/testing a Java program Creating a Java Main Class
JAVA CLASSES
MULTIPLE ITEMS
DESCRIBING OBJECTS AND CLASSES
Working with objects and classes
Defining fields and methods
Declaring, Instantiating, and Initializing Objects
Working with Object References
Doing more with Arrays
Introducing the NetBeans IDE
Introducing the Soccer League Use Case
MANIPULATING AND FORMATTING THE DATA IN YOUR PROGRAM
Using the String Class
Using the Java API Docs
Using the StringBuilder Class
More about primitive data types
The remaining numeric operators
Promoting and casting variables
CREATING AND USING METHODS
Using methods
Method arguments and return values
Static methods and variables
How Arguments are Passed to a Method
Overloading a method Using
ENCAPSULATION
CONDITIONALS
Relational and conditional operators
More ways to use if/else constructs
Using Switch Statements
Using the NetBeans Debugger More on Arrays and Loops
Working with Dates
Parsing the args Array
Two-dimensional Arrays
Alternate Looping Constructs
Nesting Loops
The ArrayList class Using
INHERITANCE
Overview of inheritance
Working with subclasses and superclasses
Overriding methods in the superclass
Introducing polymorphism
Creating and extending abstract classes
USING INTERFACES
EXCEPTIONS
Handling Exceptions: An overview
Propagation of exceptions
Catching and throwing exceptions
Handling multiple exceptions and errors