Hi, i'm new here and i'm preparing for the
scjp.
I've come across a question I don't find a reasonable answer.
Take a look at the following code:
This code don't compile. It says null is an ambiguous reference, but if one of the m1 methods is removed, then the code is fine.
Now, if I change the m1 methods for these:
It seems the null literal works as a "wild" reference and that's what I don't understand.