How to perform Singleton of the java class object on multi
JVM?
Answer Posted / boka
How would you maintain the state of the object across the
JVM... if a singleton is being worked upon on multiple JVMs
and each one changes the state of Singleton how would this
be maintained. I dont think that Singleton across JVMs
makes any sense...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the longest unicode character?
Why are the objects immutable in java?
What is default locale java?
What is string builder?
How can we create a synchronized collection from given collection?
What are decalarations?
What is dynamic binding(late binding)?
Why pass by reference is not possible in java?
What are the important methods of java exception class?
Explain the features of java?
Is final static java?
What is java in simple terms?
What is basic syntax?
What are the topics in core java?
What are the different types of sorting in java?