Is there a Java equivalent for the __call of PHP?
It would make sense to me if that\'s not the case, because it would probably result in compiler errors.
From th
No, java is a compiled language and the compiler wants to make sure that every function you call actually exists.