What is lazy activation?

Answers were Sorted based on User's Feedback



What is lazy activation?..

Answer / 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

What is lazy activation?..

Answer / amar_java

Transformation from passive object into active object is
called Activation.Active Object directly associate with JVM,
which means class is loaded for that object and object
restoring its persistent state.

And Lazy activation defers activating an object until a
client's first use.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

give me the answer of this code class A extnds String This code we can write r not in Java? Explain?

4 Answers  


What is the purpose of finalization in java programming?

0 Answers  


What is java developer skills?

0 Answers  


What is e in java?

0 Answers  


What is the abstract class?

0 Answers  


What is a variable analysis?

0 Answers  


What is parseint?

0 Answers  


After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?

5 Answers   Aricent,


What is blank final variable?

0 Answers  


what is difference betwwen hashmap and hashtable ?

7 Answers   Fidelity,


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


What is constructor in java ?

0 Answers  


Categories