Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is private constructor?what are the uses of writing
private constructor in our program?

Answer Posted / ajay parashar

Private constructor is simple constructor that has private
access modifier.
Private constructors are used for two purposes.
1)to prevent creation of objects outside the class when
there are no instance variables in the class and the
methods of class takes some input parameters and does
processing and returns the result without getting or
setting instance variables like in math class of .NET.
2)When your application requires a class that has only one
instance and you need to provide a global point to access
that instance like in the case of singleton.

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a parameter in matrices?

1032


Difference between default and protected access specifiers?

1099


How can you write a loop indefinitely in java programming?

1006


What are the differences between forwarding () method and sendredirect() methods?

1093


Can java program run without jre?

992


Which is better list or arraylist in java?

855


Write a java program that prints all the values given at command-line.

1003


Can we have more than one package statement in source file ?

1007


Can we sort a map in java?

1020


What is <> used for in java?

1099


How to sort array in descending order in java?

912


Is it necessary for the port addresses to be unique? Explain with reason.

1008


Can a boolean be null java?

957


How does varargs work in java?

1079


What are 4 pillers of object orinted programming?

994