Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

final class and private constructor

807598Apr 28 2006 — edited Apr 29 2006
Whats the difference in a final class and a class with private constructot?
If we can make a class non-extendable by just giving private constructor then whats the advantage of final class? (I know final is very useful for many other things but just want to get info in this contaxt)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2006
Added on Apr 28 2006
13 comments
212 views