top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why utility class should be final and should have private constructor in Java?

0 votes
285 views

By making private constructor, we can avoid instantiating class from anywhere outside and by making class final, no other class can extend it. Why is it necessary for Util class to have private constructor and final class ?

posted Sep 3, 2015 by Ritika

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

...