In object-oriented distributed systems, what middleware standard allows heterogeneous objects written in different languages to communicate across network boundaries?
ASOAP
BGraphQL
CODBC
DCORBA (Common Object Request Broker Architecture)
Explanation
CORBA is an Object Management Group (OMG) standard enabling multi-language distributed object communication.

No Comments