Content deleted Content added
Assessment: Java: class=B; Software: class=B (assisted) |
GreenC bot (talk | contribs) Add {{reflist-talk}} to #Program Speed (via reftalk bot) |
||
Line 74:
[[User:213.237.48.86|213.237.48.86]] 19:21, 11 October 2007 (UTC)
: "the compiler != the compiler". Java is compiled twice. Generics and there cast are added by the javac complier. The JIT-Complier may produce different code. In the case of generics hints are added for the runtime, which can be used to optimize the code. However you can't guarantee type-saftie as you can cast any Collection to a generic collection and add different types of Objects. Java7 or Java8 will propably address it by introducing generic types into the jvm itself. --[[Special:Contributions/141.84.69.20|141.84.69.20]] ([[User talk:141.84.69.20|talk]]) 17:37, 5 May 2008 (UTC)
{{reflist-talk}}
==Program Speed 2==
|