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
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What is the difference between a break statement and a continue statement?
What are the loops in java?
What is the mapping mechanism used by java to identify IDL language?
What do you mean by checked exceptions?
What are reference variables in java?
Difference between Preemptive scheduling vs. Time slicing?
What is the static field modifier?
what is thread in Java ?
Write a program to print fibonacci series up to count 10.
what is recursion in java
What is a wrapper method?
What is collections framework?
Write a program in java to create a doubly linked list containing n nodes.
Is arraylist a class in java?