What is the difference between COM and DCOM?
Answer Posted / praveen
the difference is that DCOM is distributed but COM is not.
To be more precise, there are three main elements added to COM:
The way for creating a remote object.
The way for accessing a remote object.
The way to ensure secure access to a remote object.
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
In which areas the Error occurs?
DHTML Is used for what?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How do I make my applications screen-resolution independent?
Why doesn't "my string" & Chr$(13) do what I want?
Can you tell me the properties of the controls?
How would you convert a form into document?
How many objects resides in ADO ?
Draw Sequence Modal of DAO? Explain.
What is the need of tabindex property is label control.
How would you access objects created in ActiveX Exe and ActiveX D1T ?
OLE is used for _______
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Explain the differences between ActiveX Dll and ActiveX Exe?
Explain about manipulating the recordset object