how to handle a singleton service locator. when multiple threads
are trying to get the singleton object in same time
Answer Posted / wikipedia
Detailed answer here:
http://en.wikipedia.org/wiki/Singleton_pattern
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is java object name?
What is the loop in java?
why an outer class cannot be declared as private?
What is the difference between static and non-static variables in java programming?
What does i ++ mean in Java?
What is a function argument in java?
Distinguish between a predicate and a function?
What is rule of accessibility in java?
What are the advantages of unicode?
What is the purpose of garbage collection in java, and when is it used?
What is skeleton and stub? What is the purpose of those?
What does it mean to flush a file?
What is 16 bits called?
What is singleton class and how can we make a class singleton?
Can a constructor have different name than a class name in java?