What is Singleton Pattern
Would like to know what is Signleton pattern. Where it is used and why we use it.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tejaswini Prashant JPosted May 19, 2009, 4:12 AM
As the instance we are using thru out the appln, that is lways static.
Chk this code