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 3
Control Flow and Arrays
Content Locked
Section 3
FOR Loops
Using the continue reserved word, learning the FOR loop syntax, and learning ways to modify the standard FOR loop syntax. - Learning when and how to use the continue keyword - Creating the most basic FOR loop