What happens when we instantiate a COM component ?
Answer Posted / virat sarswat
When instantiation happen COM Component is Actually picked
up from it's ClassFactory. Then instance of the CoClass is
create and AddRef is called for the CoClass object. Hence
object life cycle is started when it's instantiate.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain how to make a net component talk to a com component?
What is manageability?
Explain how does you handle this com components developed in other programming languages in .net?
What are rcw?
Define transaction atomicity?
What is com, com+ and dcom ?
Can .NET Framework components use the features of Component Services?
What is scalability?
What is reliability?
Define integrity?
How to register com+ services?
Define jit activation?
Explain disadvantages of com components?
What happens when we instantiate a .NET component ?
Is the com architecture same as .net architecture?