Futures of COM
Answers were Sorted based on User's Feedback
Answer / chandrasekharreddy siddamreddy
1. Defines a binary standard for component interoperability
2. Is programming language-independent
3. Is provided on multiple platforms (Microsoft® Windows®,
4. Microsoft Windows NT™, Apple® Macintosh®, UNIX®)
5. Provides for robust evolution of component-based
applications and systems
6. Is extensible
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / p.eswaran
COM:
1. It is Binary Standard, so it supports all the Languages(
java, VC++, VB , .Net ,..)
2. It is already compiled Code.
3. reuse ability.
4. Main Purpose is Client- Server Interaction with in a
Machine.(DCOM for Client- Server Interaction across the
Network.)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / aj
Futures of COM
1.Transparency
2.Extensibility
3.Indirection
4.Versioning
5.Server lifetime management.
| Is This Answer Correct ? | 0 Yes | 4 No |
What is reference counting in com?
how to call a dll as a COM dll?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
What are the purposes of AddRef, Release and QueryInterface functions
When you call CoInitialize(NULL) function how it works internally.
Can you explain what is dcom?
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?
What is In-proc?
How can would you create an instance of the object in COM
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
What is a moniker ?
What happens when client calls CoCreateInstance?