static method and thread safety - by Anthos Is the following code threadsafe ? public static Entity getInstance(){ //the constructor below is a default one. return new Entity(); } Read the article