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?s Singleton activation mode?

Answers were Sorted based on User's Feedback



What?s Singleton activation mode? ..

Answer / ganesh

In Singleton activation mode all incoming requests are
serviced by single Server object.
So Server object is alive till client stops communication or
object exists naturally.

Is This Answer Correct ?    1 Yes 0 No

What?s Singleton activation mode? ..

Answer / bindu sarika

A single object instantiated regardeless of the number of
clients accessing it,and the lifetime of the object is
determined by lifetime lease.

Is This Answer Correct ?    1 Yes 1 No

What?s Singleton activation mode? ..

Answer / rashmi tiwari

In the Singleton activation mode, an object is instantiated
to response any number of client requests. It also
maintains the state information during the method calls.
Hence, such objects are sometimes referred to as stateful
objects, and all their clients globally share the state
maintained by the Singleton activation mode. The object is
required for a long period for maintaining its state

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Dot Net Remoting Interview Questions

What distributed process frameworks outside .NET do you know?

1 Answers  


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  


What are the situations you will use singleton architecture in remoting ?

0 Answers  


What is objref object in remoting?

0 Answers  


Can you configure a .NET Remoting object via XML file?

1 Answers   Tavant Technologies,


What is the difference between remoting and webservice?

0 Answers  


What is the difference between private and shared assembly?

1 Answers  


Explain the hierarchial description of remoting?

0 Answers  


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is assembly ?

4 Answers   DELL, TCS,


What is asynchronous programming?

0 Answers  


Categories