|
|
|
|
|
by bluejekyll
2925 days ago
|
|
> early Java had a frustrating tendency to use Object for many basic things, seemingly requiring boxing and casting more than it should. Early Java didn’t have Generics. With Generics, using Object instead of genericizing the type would be an anti-pattern in modern Java. A lot of warts in Java are being removed. |
|