Name: Anonymous 2009-04-04 18:34
>So clean, dumb code often runs faster than really clever code, contrary to what developing in C might have taught us. In C, clever source code turns into the expected idiom at the machine-code level, but it doesn't work that way in Java applications. I'm not saying that the Java compiler is too dumb to translate clever code into the appropriate machine code. It actually optimizes Java code more effectively than does C.
>> http://java.sun.com/developer/technicalArticles/Interviews/devinsight_1/
>> http://java.sun.com/developer/technicalArticles/Interviews/devinsight_1/