In Java, if you have no explicitly defined constructor, there's a default constructor which initializes all values to their "default" value, i.e. nulls, 0's, etc. This is what's known as a an...