How can I cast an Object to an int in java?
Finally, the best implementation for your specification was found.
public int tellMyNumber(Object any) { return 42; }