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...


How can we design/implement singleton object?

Answers were Sorted based on User's Feedback



How can we design/implement singleton object?..

Answer / ravi

Make the constructor private

provide a static synchronized method to get the Instance.

this should make the object singleton for that jvm instance

Is This Answer Correct ?    3 Yes 0 No

How can we design/implement singleton object?..

Answer / todd d. roling

public enum Singleton {
INSTANCE;
}

Is This Answer Correct ?    2 Yes 1 No

How can we design/implement singleton object?..

Answer / jayashri

by declaring the constructor as private and we have to create public static method which returns the address of single object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

What is the difference between factory and strategy design pattern?

0 Answers  


Why do we need singleton pattern?

0 Answers  


How can we design/implement singleton object?

3 Answers   HP,


What is the use of repository pattern?

0 Answers  


What are the categories in which the design patterns can be divided?

0 Answers  


Tell us about some of the projects that have been your favorite.

1 Answers  


Write the code for a singleton class?

0 Answers  


. Explain your area of focus.

1 Answers  


what are design patterns..?what design patterns used in .net.

1 Answers  


Is dependency injection a design pattern?

0 Answers  


What is meant by design pattern?

0 Answers  


What is the difference between adapter and facade?

0 Answers  


Categories