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
Explain about java sdk?
How can we run a java program without making any object?
What are the restrictions imposed by a Security Manager on Applets?.
What is the final keyword?
Where we write javascript code in html page?
What is final int?
What are different data types?
Is there a way to increase the size of an array after its declaration?
Can we use a default constructor of a class even if an explicit constructor is defined?
How java enabled high performance?
Define the term string pool?
Why pass by reference is not possible in java?
What are scriptlets?
What restrictions are placed on method overloading in java programming?
What is the use of a copy constructor?