What is Singleton pattern?
Submitted by: AdministratorSingleton pattern is one of the design patterns that is utilized for restricting instantiation of a class to one or few specific objects. This facility is particularly useful when the system requires to coordinate the actions with exactly one object.
Submitted by: Administrator
Submitted by: Administrator
Read Online Java Patterns Job Interview Questions And Answers
Top Java Patterns Questions
☺ | Explain about semaphores? |
☺ | How do you write a Thread Safe Singleton? |
☺ | Explain about fully synchronized objects? |
☺ | Explain about locks? |
☺ | Explain the difference between Canonical and GoF form? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |