Multiple choice What is the significance of double locking technique in Singleton design pattern? It is used for concurrency issue in the application. It makes sure that no race condition in the application code. This technique does not maintain the thread safety in the application. This technique allows the developer to delay the instantiation of the object until it is first called upon. Both (1) and (3). Reveal answer Fill a bubble to check yourself E Correct answer Explanation These are the correct statements.