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 6
Data Structures
Content Locked
Section 1
ArrayList and LinkedList
Using the ArrayList to make the user input flexible along with a few calculator methods. Adding each item to an ArrayList and passing that variable into methods from the calculator class. - Changing the main method to be more flexible with the ArrayList - Changing the interface method definition to accept ArrayLists - Changing the add, sub and mult methods to accept the ArrayList