Re: Java Singleton , Framework Design Patterns

2019-12-11 Thread Lukasz Lenart
czw., 12 gru 2019 o 06:13 Zahid Rahman napisaƂ(a): > So my point is I have not been able to find accurate information , if some > one could furnish me a Java language specification or recommend a book > which accurately describes these I would be grateful. Start with Gang of Four http://www.blac

Java Singleton , Framework Design Patterns

2019-12-11 Thread Zahid Rahman
Hi, It is my understanding that Design Patterns like the Java singleton is used by framework developers. I.e. the Bean is a singleton. It is also my assumption that the Java Singleton came in to being because Java is a network centric ground up construction. I don't think I will ever use the