Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is lazy activation?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are daemon Threads in java?

1265


What is a ternary operator in java?

1037


What is structure of java heap? What is perm gen space in heap?

1187


Explain the importance of thread scheduler in java?

1062


What is an interface in java?

1090


How to implement an arraylist in java?

1255


How can I right-justify a string?

1255


Can a class extend 2 classes in java?

1096


What is the final field modifier?

1034


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

1147


How can we create an immutable class in java?

1123


What is identifier give example?

1104


Can we use string in the switch case?

1094


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

1044


Tell me about different OOPS concepts.

1053