Explain JIT activation?
Answer / vijayan
JIT means just-in-time activation on/off.
JIT activation defaults to off for components which are
configured in COM+, but is enabled automatically if
automatic transactions are requested.
Syntax:
class JustInTimeActivationAttribute sealed : public
Attribute
| Is This Answer Correct ? | 4 Yes | 1 No |
What is a moniker ?
what is far pointer and what are the use of far poiter in com/dcom ?????
what is oops
Differentiate normal DLL to COM DLL
How can would you create an instance of the object in COM
Explain Futures of 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?
Define and explain about COM?
Explain queued components.
What are the different compatibility types when we create a COM component?
When you call CoInitialize(NULL) function how it works internally.
Explain object pooling?