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

Define canvas?

0 Answers  


What do you mean by flow of struts?

0 Answers   Amdocs,


What is function and its uses?

0 Answers  


How to perform linear search in java?

0 Answers  


What is the purpose of the File class?

3 Answers  






What is one third plus one third as a fraction?

0 Answers  


class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?

7 Answers   HCL, TCS,


what is mena by object block any what is the use of that

0 Answers   CGI,


difference between arraylist and linkedlist otherthan performance

2 Answers   L&T,


How do you use equal in java?

0 Answers  


What is a numeric literal?

0 Answers  


Is java type safe?

0 Answers  


Categories