Except that in a language with generics you have to cast far less, so it is no surprise that Java is less optimized for type casting.
(The primary exception being the equals(Object) method, which most classes should have.)
Except that in a language with generics you have to cast far less, so it is no surprise that Java is less optimized for type casting.
(The primary exception being the equals(Object) method, which most classes should have.)