InterviewSolution
Saved Bookmarks
| 1. |
Explain Lazy Activation? |
|
Answer» LAZY activation: This MEANS that the ACTIVABLE remote object will be activated by rmid (default). This activation is performed only when the first remote METHOD call is intercepted. Lazy activation: This means that the activable remote object will be activated by rmid (default). This activation is performed only when the first remote method call is intercepted. |
|