A Few Other Primitive TypesTopBooleans - true and falsePrimitive Types

Primitive Types

Primitive types differ from object types:

How do we determine if two values are the same?

For strings, be sure to only use ".equals" rather than "==" as it is possible to have different string representing the same sequence of characters.


A Few Other Primitive TypesTopBooleans - true and falsePrimitive Types