Is singleton a design pattern?



Is singleton a design pattern?..

Answer / Kailash Chandra Singh

Yes, Singleton is a creational design pattern that restricts the instantiation of a class and ensures that only one instance of the class exists within an application at any given time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

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

1 Answers  


What is Software development life cycle....??

5 Answers   TCS,


what is design patterns? which design patterns mostly used in .net? How it is used with examples?

1 Answers   IBM, Satyam,


Can we make the reference instance non static?

1 Answers  


Describe the builder design pattern

1 Answers  


What is architecture and what is design?

1 Answers  


What is a pattern library?

1 Answers  


What is the publish/subscribe model?

1 Answers  


When to Use a Factory Pattern?

3 Answers  


What are the benefits of the proxy in the design pattern?

1 Answers  


What is grouping in CSS?

1 Answers  


Is bean a singleton?

1 Answers  


Categories