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 difference between stringbuffer and stringbuilder class?
What is get () in java?
What is difference between c++ and java ?
Is ruby built on java?
What is the final class?
What is an off by one error in java?
What are class types in java?
What does isempty () do in java?
What is a method header?
What are the topics in core java?
What is serialization in java?
How to sort array of 0 and 1 in java?
Explain restrictions for using anonymous inner classes?
Which is better arraylist or vector?
Can we have any code between try and finally blocks?