I really don't like the fact that you can run static class-methods from an object in Java. In effect, object.staticMethod();
gets translated into something like object.getClass().staticMethod();
. AFAIK, no other language has this "feature". Is there any reason behind this madness?
Tuesday, May 6, 2008
Java oddity
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment