This chapter is about primitives and operators.

Note that Java operators (e.g., +, -, +=, etc) primarily only work with primitives. An exception is that Java String objects work with the + and += operators (concatenation).