Java Question

How can you create a Singleton class in Java?

CodingNinjas
author
2y

It is two step process,
1. Make the constructor private so that new operator cannot be used to instantiate the class
2. Return an object of the object if not null otherwise create the object and return ...read more

b shelke
1y

how this Singleton class works:

1. The constructor is made private to prevent other classes from creating instances of Singleton directly.

2. The instance variable is declared as private static, which e...read more

Help your peers!
Add answer anonymously...
Mphasis Module Lead Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter