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 the difference between == and === javascript?

563


Write a program based on Java script program.

637


When should I use stringbuffer?

564


Is sizeof a keyword in java programming?

599


design an lru cache in java?

536






What is the use of toarray () in java?

531


What is literal example?

556


Where will it be used?

1501


How do you sort a string in alphabetical order in java?

525


What is java algorithm?

517


Why is boolean important?

580


What is an array length?

492


Who is founder of java?

524


What is the locale class in java programming?

525


What is the relationship difference the canvas class and the graphics class?

556