xxxxxxxxxx
Object empty = new Object();
//Is an empty object with no specific type. Remeber that all types are
//derived from the Object class in java
// Note that object of other types can be non emty because they can do
// a lot of construction work in their default constructors