March 2024
Intermediate to advanced
798 pages
18h 48m
English
This chapter includes 30 problems, tackling, among others, some less-known features of java.util.Objects, some interesting aspects of immutability, the newest features of switch expressions, and deep coverage of the cool pattern matching capabilities of instanceof and switch expressions.
At the end of this chapter, you’ll be up to date with all these topics, which are non-optional in any Java developer’s arsenal.
Use the following problems to test your programming prowess on Objects, immutability, switch expressions, and pattern matching. I strongly encourage you to give each problem a try before you turn to the solutions and download the example programs: