Y
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
erik_seaberg
591 days ago
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.
link
vips7L
590 days ago
Good thing the security manager is deprecated for removal!
link