October 2014
Intermediate to advanced
888 pages
26h 13m
English
• Using Java Operators
• Use Parentheses to Override Operator Precedence
• Test Equality Between Strings and Other Objects Using == and equals()
Two-Minute Drill
Q&A Self Test
If you’ve got variables, you’re going to modify them. You’ll increment them, add them together, and compare one to another (in about a dozen different ways). In this chapter, you’ll learn how to do all that in Java. For an added bonus, you’ll learn how to do things that you’ll probably never use in the real world, but that will almost certainly be on the exam.