Book Image

Learning Java 11 [Video]

By : Ethan Catzel
Book Image

Learning Java 11 [Video]

By: Ethan Catzel

Overview of this book

<p>Java is one of the most well-known programming languages out there, primarily due to how adaptable and perfect it is. Java can be utilized for an extensive number of tasks, including programming improvement and versatile applications. Knowing Java opens a lot of doors for you as a developer.</p> <p>This video course will be a guide to get you up and running with Java. From installation to key features, this course will be your companion as you build robust and efficient applications with the latest features of Java 11. This tutorial will give you a head start in programming. It supplies enough material for you to start creating something with it right from the word go. You will be solving programming problems and exercises in the various sections and building a calculator application as a fun learning experience.</p> <p>By the end of the course, you will be confident with your programming skills and will be up-and-running with Java 11 and all its new features.</p> <p><br />The code bundle for this video course is available at -&nbsp;<a href="https://github.com/PacktPublishing/Learning-Java-11" target="_blank">https://github.com/PacktPublishing/Learning-Java-11</a></p> <h1>Style and Approach</h1> <p>A practical step-by-step guide to using Java 11 and its algorithms to solve problems.</p>
Table of Contents (6 chapters)
Chapter 5
Getting into Advanced Concepts
Content Locked
Section 3
Understanding Abstraction
Using the abstract reserved word to define an incomplete class. Writing code in the subtype that overrides any abstract methods in the supertype. - Learning how to use the abstract class - Implementing the abstract methods from the supertype - Writing code to make the program run infinitely