Verhindern Sie die Erstellung einer Instanz von Singleton vom Thread
// for java
// ** use 'synchronized' keyword in function declaration
public static synchronized Database getInstance(){...}
Fahim Foysal