Friday, February 9, 2007

What is Lazy Activation?

Lazy activation allows dynamic binding of object implementation into the registry. With lazy activation there is no need to bind the object with rmiregistry in the begining. When the server receives the first request from client it looks for the correct implementation and activates that object.


SOURCE : www.referjava.com

No comments: