Google News
logo
Java - Interview Questions
What's singleton class ?
In object-oriented programming, a singleton class is a class that can have only one object (an instance of the class) at a time.
Advertisement