What you're seeing is the output from Object.toString() - read the API documentation for the method, and then override it in your own classes. Writing toString() methods for my classes is one of my...