By lokeshgupta1981
via howtodoinjava.com
Published: Oct 22 2012 / 21:42
Singleton pattern is a design solution where an application wants to have one and only one instance of any class, in all possible scenarios without any exceptional condition. It has been debated long enough in java community regarding possible approaches to make any class singleton. Still, you will find people not satisfied with any solution you give. They can not be overruled either. In this post, we will discuss some good approaches and will work towards our best possible effort.
Add your comment
Voters For This Link (11)
-
lokeshgupta1981 -
mswatcher -
aclarke -
screener -
asavinov -
snogglemedia -
skydigg -
RohitS5 -
cloudcomputingpath -
ppapapetrou@ots.gr -
Lokesh_Gupta