Amazon Digital Services LLC, 2018. — 661 p. — (Beginner to Advanced). — ASIN: B07LCBBJK3.
While other books only touch on the subject, this book is design to provide in-depth guidance so that the reader can become a Java master. There are lots of examples as this book guides the reader from a beginner to advanced level.
My intention with this guide is to teach you all about the Java computer programming language. To that end, I have sectioned the guide into 6 separate sections, each one dealing with a separate element of Java programming.
You will learnChapter 1: Java Basics - you will learn the basic programming elements of the Java language, including how to set up your programming environment, using a text editor and how to write a program. We look at comments, how to structure your code, and what data types and variables are. We also look at how to receive and read Java data, the different types of statement, loops and arrays before moving on to functions and methods. By the end of this section you will have a firm understanding of how to program in Java.