What is Java? Why learn Java? These questions and an introduction to the Java program structure are covered in this first chaper.
Java primitive operators, String, Arrays and how to create and use Java methods are covered in Chapter 2.
Control flow determines the order of lines of code execution. In this chapter, learn the syntax to Java control flow mechanisms of conditionals, loops, switch and exception handling.