The Only God

# Introduction In this challenge, we will be fixing a bug in the implementation of a singleton class in Java. The provided code appears to be a proper singleton, but it can be broken and multiple instances can be created without using Java reflection techniques. The challenge requires modifying the code to ensure that only one instance of the class can be created, even during deserialization.

|60 : 00

Click the virtual machine below to start practicing