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

What is difference between fileinputstream and filereader in java?

0 Answers  


What is an immutable object?

0 Answers  


What is a boolean output?

0 Answers  


what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

7 Answers   emc2, Kumaran Systems,


what is the difference between preemptive scheduling and time slicing? : Java thread

0 Answers  


Which keyword specify that a variable is effectively final ?

0 Answers  


Can java arraylist hold different types?

0 Answers  


How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


What is Garbage Collection in Java

0 Answers   Wipro,


Can we rethrow the same exception from catch handler?

0 Answers  


Can singleton class be cloned?

0 Answers  


What are data types in oop?

0 Answers  


Categories