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).
Introduction To Objects With Java (Chapter 601 - Primitive Data)
Chapter 601 - Primitive Data
Intro
Contents
Intro
Prims
Core Operators
Advanced Operators
Gotcha
Examples
Chapter
Top
Search
TOC