Hacker News new | ask | show | jobs
by renox 180 days ago
> Java everything is boxed anyway

Not true, there's int and Integer.

1 comments

Right but you can’t use them as type arguments to Java’s generics so they’re not really relevant in this context.