Answer Posted / sasirekha
Lazy activation of remote objects is implemented using a
faulting remote reference (sometimes referred to as a fault
block). A faulting remote reference to a remote object
"faults in" the active object's reference upon the first
method invocation to the object. Each faulting reference
maintains both a persistent handle (an activation
identifier) and a transient remote reference to the target
remote object. The remote object's activation identifier
contains enough information to engage a third party in
activating the object. The transient reference is the actual
"live" reference to the active remote object that can be
used to contact the executing object.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a vector & an array list?
What is use of static in java?
what is the difference between Object Based Language and Object Oriented Language?
How can we access some class in another class in java?
Explain access specifiers?
What is a class variable?
What is string variable?
What do you mean by formatting?
What is the difference between break and continue statements?
When is the finally clause of a try-catch-finally statement executed?
What are the states of thread in java?
How would you convert bytes to string?
Is java same as core java?
Explain constructors and types of constructors in java.
How do you escape in java?