Learning Java 9 – Object Oriented Programming

Learning Java 9 – Object Oriented Programming

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 10m | 520 MB

Take a sneak peek into Object-Oriented Programming with Java 9

When it comes to learning programming skills, knowing how to program in Java is a clear advantage in your career, because with Java your code is more than just code! Java gives you cutting-edge, in-demand job skills in areas such as mobile, web apps, Internet of Things, big data, Machine learning, cloud platforms, and cloud Infrastructures. Whether you’re developing a robust enterprise backend, building the frontend, or thriving in a DevOps role, having Java programming skills can up your game.

This course starts by your installing Java 9, Maven, and the Intellij Community Edition on your computers, and running a simple “Hello World” example in Java to test the configuration. Moving along, you will gain an introduction to Java, the Java language runtime, and the Java Virtual Machine (JVM). Here we will discuss the benefits the JVM brings us, as well as demonstrating some very simple Java programming examples in the Java Shell (JShell), a Java REPL newly introduced for Java 9. Moving on, you will model a number of different types of motor vehicle, demonstrating the usefulness of the OOP paradigm, and how we can make use of it in Java. Here, we will cover objects, classes, inheritance, abstract classes, and interfaces. Now is the right time to start using some of the basic building blocks of Java. We start by discussing and demonstrating the different primitive types available and the difference between primitive types and their corresponding classes (for example: double vs. Double), as well as simple data structures such as arrays, each being illustrated with examples through JShell.

The course demonstrates (with examples) lists, maps, and sets that are commonly used data sets . We then discuss the differences between the interface for each of these, and their corresponding concrete implementations. The tutorial concludes with loading a text file into a list data set, and sorting it. This comprehensive course will give you a practical sneak peek into programming in Java, along with the basics of Object Oriented Programming, the Java runtime language, the Java Virtual Machine (JVM), and the changes to the language introduced with Java 9—showing you exactly why Java is the #1 programming language in the World today!

The course is a comprehensive yet easy to understand path that follows a practical approach; you will be exposed to the various concepts you need to understand to be able to work with additional programming paradigms.

What You Will Learn

  • A solid understanding of Object-Oriented Programming principles such as objects, classes, inheritance, abstract classes, and interfaces.
  • Java programming language features, and the benefits available with the Java Virtual Machine
  • What’s new in Java 9
  • Run a simple “Hello World” example in Java
  • Write simple Java programming examples in the Java Shell (JShell)
  • Use basic building blocks of the Java programming language, different primitive types, the corresponding classes, and simple data structures such as arrays
  • Start using commonly used data types, such as Lists, Maps, and Sets
  • Load a simple text file into a List dataset, and then sort it
Table of Contents

01 The Course Overview
02 Installation Guide
03 Introduction to the Java Programming Language and Its History
04 Introduction to the JVM
05 Introduction to JShell and a Simple Hello World Example
06 More JShell Examples
07 Introduction to OOP Objects and Classes
08 OOP Core Principles
09 Vehicle Modeling Example
10 Data Primitives
11 Object Based Data Types
12 Data Structures
13 Data Structures Interfaces and Concrete Implementations
14 Loading Data from a Text File into a List
15 Sorting Data Using the Streams API
16 Maps and Sets