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
What is entity bean in ejb?
What is bean in ejb?
What do you mean by EJB architecture?
What do you mean by ejb?
What are ejb components?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
What is Enterprise JavaBeans Query Language (EJB QL)?
Define Clone?
What is stateless session bean?
What is rmi and ejb in java?
Define ACID Properties?
What is ejb container in java?
How to import ejb project in eclipse?
What are the system services of ejb container?
List some key actors in persistence api.