Interviewer And Interviewee Guide

DCOM COM Interview Question:

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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online DCOM COM Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.