November 2024
Intermediate to advanced
300 pages
7h 12m
English
You’ll find gobs of Java code throughout the book, most of which is included in the source distribution and downloadable from the official book page.[2]
Code snippets that can be found as part of the distribution appear with the path and filename immediately above the chunk of code like this:
| | @Test |
| | void uppercasesSingleLetter() { |
| | assertEquals("A", capitalize("a")); |
| | } |
That snippet of code appears in the SomeStringUtils.java file in the source distribution, in the directory utj3-units/02/src/test/java/units. If you’re reading this as an ebook, click the filename header to navigate to the code.
You can also find the code at GitHub.[3] The repository name ...
Read now
Unlock full access