What is lazy activation?

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


Please Help Members By Posting Answers For Below Questions

What is serial version uid and its importance in java?

594


Is simpledateformat safe to use in the multithreaded program?

537


What are the advantages of exception handling?

550


What is sortedmap in java?

547


If system.exit (0); is written at the end of the try block, will the finally block still execute?

613






How does linkedlist work in java?

506


What is meant by class loader? How many types are there?

668


What is the file extension for java?

605


What is the main purpose of serialization in java?

525


What is the purpose of the finalize() method?

706


What are constants?

594


What is the dot operator?

568


What is stack example?

541


What is the benefit of lambda expressions?

488


How we can generate random numbers in java?

603