Thursday, May 17, 2007

Singleton Class

Have you ever come across a word or jargon called "Singleton" in java? if you had , and have no idea about it , here is a brief about Singleton Classes in java.

A singleton is an object that cannot be instantiated.It sounds contradictory to what we say "We need to instantiate an object before we can use it".So how can we create and use Singleton Classes? What is its advantages?

for clear precise information , Click Here

No comments: