Part 1: Java Fundamentals
In this part, we will start by looking into the features of Java and how to get set up using Java and an IDE. We will examine variables and Java’s eight primitive data types. Following that, we will discuss Java’s operators and casting. We then move on to Java conditional statements and looping constructs. After that, we will look at using arrays, before finally finishing with methods.
This section has the following chapters:
- Chapter 1, Getting Started with Java
- Chapter 2, Variables and Primitive Data Types
- Chapter 3, Operators and Casting
- Chapter 4, Conditional Statements
- Chapter 5, Understanding Iteration
- Chapter 6, Working with Arrays
- Chapter 7, Methods