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

Can we inherit singleton class?

0 Answers  


If a client does not like a design what will your approach be?

4 Answers  


what is diffrence between Function Oriented Design and Obeject Oriented design

11 Answers   IBS, TCS,


What do you do to ensure that your design is carried out perfectly from your end?

3 Answers  


Explain what are 5 common problems in the software development process?

0 Answers  


Is mvc is a design pattern?

0 Answers  


Why have we used synchronized here?

0 Answers  


What is your research methodology?

1 Answers  


How can we design/implement singleton object?

3 Answers   HP,


What are useful tools for developing and testing color schemes for web sites?

0 Answers   Wipro,


What is difference between GoF and J2EE patterns?

1 Answers   Accenture,


What are the design patterns and How can they make life easier for software development ?

1 Answers   ABC, HP,


Categories