Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is a singleton class in Java? And How to implement a singleton class?

Answers were Sorted based on User's Feedback



What is a singleton class in Java? And How to implement a singleton class?..

Answer / nashiinformaticssolutions

A singleton class is one that can only have one object at a time. The following procedures must be followed in order to implement a singleton class:

Verify that there is only one object in the class.

Allow the item to be accessed globally.

Is This Answer Correct ?    0 Yes 0 No

What is a singleton class in Java? And How to implement a singleton class?..

Answer / nashiinformaticssolutions

A class that can possess only one object at a time is called a singleton class. To implement a singleton class given steps are to be followed:
1. Make sure that the class has only one object
2. Give global access to that object

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is an escape character in java?

0 Answers  


What is the difference between throw and throws? What is the similarity between try and throw?

2 Answers  


What is comparable and comparator interface? List their differences

0 Answers  


Do loops java?

0 Answers  


Can each java object keep track of all the threads that want to exclusively access it?

0 Answers  


For technical interview question please sir send me because tomorrow my interview

1 Answers   FactSet Systems,


how come we know the object is no more used in the class?

2 Answers   Accenture,


what is the purpose of the runtime class?

0 Answers  


Why put method is used?

0 Answers  


What is jagged array in java?

0 Answers  


What is the use of http-tunneling in rmi?

0 Answers  


What is application system?

0 Answers  


Categories