pojo
The sole instance of the specific class. It is initialized only when needed for the first time, since that causes Java class loading to happen, and we'd rather smear out that startup performance cost.
The sole instance of the specific class. It is initialized only when needed for the first time, since that causes Java class loading to happen, and we'd rather smear out that startup performance cost.