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 token in java?
What technique is carried out to find out if a particular string is empty?
How many java versions are there?
Explain the transient field modifier?
What is java developer skills?
How do you start a thread?
Explain an algorithm to find depth of a binary tree.
Outline the major features of java.
define polymorphism in java
What is java console application?
What is module in oop?
What is extension method in java?
Is there is any difference between a scrollbar and a scrollpane?
What is difference between throw and throws ?
What are the different types of inner classes?