What happens when we instantiate a COM component ?

Answers were Sorted based on User's Feedback



What happens when we instantiate a COM component ?..

Answer / ravi raj chellueri

When instantiating a COM object, Visual Basic calls an API
function named CoCreateInstance() behind the scenes to
create the object for you.

Is This Answer Correct ?    7 Yes 0 No

What happens when we instantiate a COM component ?..

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

More COM+ Interview Questions

Explain the new three features of com+ services, which are not there in com (mts)?

0 Answers  


What is ccw?

0 Answers  


Explain role-based security?

2 Answers  


Explain JIT activation?

3 Answers  


Difference between COM and .NET component ?

2 Answers   DELL,






Define jit activation?

0 Answers  


Define availability?

1 Answers  


What is Pinvoke?

0 Answers  


Explain how to register com+ services?

0 Answers  


Explain transaction atomicity?

2 Answers  


Explain object pooling?

1 Answers  


What happens when we instantiate a .NET component ?

0 Answers   DELL,


Categories