天天看點

Java - Variable Type

Variable Type

Primitive Type

What is Primitive Type?

  • Numbers, characters, and booleans
  • Stored in fastest available memory
  • Primitive data type names are all lowercase
  • Not a primitice: String
Java - Variable Type

Each Primitive type has a class called wrapped class.

Java - Variable Type

Object

Java - Variable Type
Java - Variable Type

Operator

Compare Operator

Logic Operator