Object obj = new Object(); // Note the 'new' keyword

Where:

What happens:


This is different from primitives:

int i = 10;

Where the actual value 10 is stored in i.