Wednesday, 11 September 2013

How does "final" play a role in security?

How does "final" play a role in security?

I have read in Wikipedia here that:
A final class cannot be subclassed. This is done for reasons of security
and efficiency.
I wondering about the kind of security that final in Java can achieve?

No comments:

Post a Comment