Pergunta de entrevista da empresa Tradeweb

Thread safe Singleton implementation.

Resposta da entrevista

Sigiloso

19 de set. de 2018

principles: private static obj private constructor public static synchronized getInstance function Best double-checked locking: check null -> synchronized -> check null -> new obj