what is mean by com/Dcom ?
Please answer me.
Advance thanks.

Answer Posted / suraju

Short for Distributed Component Object Model, an extension of the Component Object Model (COM) that allows COM components to communicate across network boundaries. Traditional COM components can only perform interprocess communication across process boundaries on the same machine. DCOM uses the RPC mechanism to transparently send and receive information between COM components (i.e., clients and servers) on the same network. DCOM was first made available in 1995 with the initial release of Windows NT 4.
DCOM serves the same purpose as IBM's DSOM protocol, which is the most popular implementation of CORBA. Unlike CORBA, which runs on many operating systems, DCOM is currently implemented only for Windows.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we use ejb?

517


The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?

557


What is a ejb container?

515


Name the attributes of javax.ejb.stateful.

552


What is ejb and its types in java?

500






What is bean-managed transaction?

559


What is the difference between message driven beans and stateless session beans?

515


What is ejb in weblogic?

546


What is ejb role in j2ee?

577


What is @injectmock?

517


What do you mean by bean managed transaction?

548


How ejb invocation happens?

564


Define ripple effect?

644


Can more than a single table be mapped in cmp?

561


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?

590