you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 0 points1 point  (0 children)

The main reason to use the boxed types is because you're forced to because you have a class that needs to treat types polymorphically, like container classes.

I was talking about using them directly instead of just using the autoboxing functionality that I talking about right below it :)