You might wonder how it's possible to print an arbitrary class object. The library methods such as System.out.println know nothing about the MyPoint class or its objects. So how is it possible to ...
I introduced the issue of JAXB-generated classes not having explicitly overridden equals(Object), hashCode(), or toString() methods in the blog post Adding Common ...