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



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

Answer / 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

More EJB Interview Questions

What is stateless and stateful session bean in ejb?

1 Answers  


How Stateful Session bean will store its State ?

1 Answers  


How does the server decide which beans to passivate and activate?

1 Answers  


What is jar, war, and ear?

1 Answers  


What is stateless code?

1 Answers  


What is enterprise bean?

1 Answers  


In an EJB project, Howmany tables and How many entity beans are used?

1 Answers  


Which is more beneficial: Stateful or Stateless Bean?

1 Answers  


How enterprise beans will handle concurrent and loopback calls on entity beans?

1 Answers   Wipro,


What is ejb in spring?

1 Answers  


Name the attributes of javax.ejb.stateful.

1 Answers  


Define ripple effect?

1 Answers  


Categories