Hacker News new | ask | show | jobs
by vips7L 591 days ago
In my experience I don’t see many people use final classes. Mostly just final fields.
1 comments

The only final classes I can remember are stuff like java.lang.String, which needed to be immutable so a SecurityManager could consume them for policy decisions.
Good thing the security manager is deprecated for removal!