Candibiotic
News Update :

Singleton Pattern

Wednesday, February 18, 2009

public class SingletonImpl {

private SingletonImpl (){

}

public static SingletonImpl getInstance(){

return FullProof.SingletonImpl;

}

private static class FullProof{

private static SingletonImpl SingletonImpl = new SingletonImpl ();

}

}

Share this Article on :

0 comments:

Post a Comment

 

© Copyright Vinayak Wins 2010 -2011 | Design by Herdiansyah Hamzah | Published by Borneo Templates | Powered by Blogger.com.