What is lazy activation?
Answers were Sorted based on User's Feedback
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 |
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 |
What does super keyword do?
What is a char in java?
What is the benefit of singleton pattern?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
How variables are declared?
Explain about GridBag Layout?
What is a platform?
What is a singleton class in Java? And How to implement a singleton class?
what is the difference between @include page and @include file
How do u pass data from one jsp to another jsp?
How an object is serialized in java?
What is data member in java?