Part 2:Language Fundamentals
You are an experienced coder who needs to learn the syntax of the Java language as quickly as possible. This part of the book covers the details you need to know to construct and code a solution in Java.
This part contains the following chapters:
- Chapter 4, Language Fundamentals – Data Types and Variables
- Chapter 5, Language Fundamentals – Classes
- Chapter 6, Methods, Interfaces, Records, and Their Relationships
- Chapter 7, Java Syntax and Exceptions
- Chapter 8, Arrays, Collections, Generics, Functions, and Streams
- Chapter 9, Using Threads in Java
- Chapter 10, Implementing Software Design Principles and Patterns in Java
- Chapter 11, Documentation and Logging
- Chapter 12, BigDecimal and Unit Testing