Object o;
String s = "Welcome to the party!";
Hashtable stuff = new Hashtable();
double weights[] = new double[30];
char chessboard[][] = new char[8][8];
stuff.lookup("A");
Objects are references
Use the new operator to create objects
You don't delete objects - garbage collection does