Define and explain COM?

Answers were Sorted based on User's Feedback



Define and explain COM? ..

Answer / riddhi

COM is a specification of how to build the components that
link with each other dynamically. It provides the standard
that the component should follow to ensure that they
operate with each other.
Benefits of COM
1) Language Independence: components can be written in any
language and can link with the other component written in
different language. So the component doesnt become obselete
as new prog languages evolve
2)Customizing applications: application is no longer static
entity since new modules can be easily added or existing
can be modified.
3)Distributed Applications: Its easier with COM as
applications is already fragmented in components. component
can be replaced by the remote component on local m/c that
fwd request over n/w to actual component.

Is This Answer Correct ?    23 Yes 7 No

Define and explain COM? ..

Answer / chandrasekharreddy siddamreddy

COM is a specification, set of rules, to develope the
binaries( either DLL or EXE or OCX ).

If you follw the rules provided by the COM you will get the
following benifits
1. Language Indipendent
2. Location Transperency
3. Version compatability

Is This Answer Correct ?    16 Yes 5 No

Define and explain COM? ..

Answer / rajesh kumar sitaraman

COM (Component Object Model) technology in the Microsoft
Windows-family of Operating Systems enables software
components to communicate. COM is used by developers to
create re-usable software components, link components
together to build applications, and take advantage of
Windows services.

Is This Answer Correct ?    23 Yes 13 No

Define and explain COM? ..

Answer / deepak

COM (Component Object Model) technology in the Microsoft
Windows-family of Operating Systems enables software
components to communicate. COM is used by developers to
create re-usable software components, link components
together to build applications, and take advantage of
Windows services.

Is This Answer Correct ?    9 Yes 8 No

Define and explain COM? ..

Answer / khali

claims are not backed with riliable evidence

Is This Answer Correct ?    1 Yes 0 No

Define and explain COM? ..

Answer / shan

component object module is com.It defines standard binary
interface between object modules.this interface defines the
function calling methodology standardised structure.

Is This Answer Correct ?    8 Yes 8 No

Define and explain COM? ..

Answer / rameshnaidu

COM:
Interface between the component and application.can be
easily upgraded on network.

Is This Answer Correct ?    6 Yes 7 No

Define and explain COM? ..

Answer / admasu

Describe Com.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COM DCOM Interview Questions

What is reference counting in com?

0 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


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?

0 Answers  


Explain JIT activation?

1 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

0 Answers  






Futures of COM

3 Answers   MIT,


Is dcom dead?

0 Answers  


When you call CoInitialize(NULL) function how it works internally.

8 Answers  


where can i use pmcmd commands of informatica

1 Answers  


How to Use structs in COM interfaces when Automation compatibility is not an issue?

1 Answers  


how do you know it is general dll or com dll

5 Answers  


can a COM interface be implemented by more than one COM class in the same COM component?

2 Answers   Cap Gemini, Honeywell,


Categories