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...


Do COM keep track of all the object references(Accounting)?

Answers were Sorted based on User's Feedback



Do COM keep track of all the object references(Accounting)?..

Answer / naviyr

Object references in COM is accounted using two methods of
IUnknown Interface (AddRef and Release).

AddRef: Increments a reference count whereas "Release"
decrements the count.
When the count of the reference is zero the DLL is unloaded
from memory.

Is This Answer Correct ?    10 Yes 2 No

Do COM keep track of all the object references(Accounting)?..

Answer / vidhya

Component uses reference count for memory
management.whenever a client gets an interface,reference
count get incremented. When client finishes using interface
reference count get decremented. If the reference count
goes to 0, component deletes itself from memory. When
client uses existing interface to create another reference
client has to increment reference count by calling "AddRef"
and release when client finshes using interface.

Is This Answer Correct ?    7 Yes 1 No

Do COM keep track of all the object references(Accounting)?..

Answer / naresh

yes

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More COM DCOM Interview Questions

What happens when client calls CoCreateInstance?

2 Answers   Cap Gemini,


Can you explain what is dcom?

0 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


what is far pointer and what are the use of far poiter in com/dcom ?????

2 Answers   HCL,


how you call a dll as a COM dll.

2 Answers  


Futures of COM

3 Answers   MIT,


how do you know it is general dll or com dll

5 Answers  


Is dcom dead?

0 Answers  


How can would you create an instance of the object in COM

2 Answers  


Explain object pooling?

1 Answers   HCL,


can a COM interface be implemented by more than one COM class in the same COM component?

2 Answers   Cap Gemini, Honeywell,


Does .net replace com?

0 Answers  


Categories