Distributed Java Programming with RMI and Corba Questions
| 1. | What is CORBA? |
|---|---|
| Common Object Request Broker Architecture (CORBA) is an object model used in distributed computing. | |
| 2. | What does CORBA provide? |
|---|---|
| CORBA provides an infrastructure, which enables invocations of operations on objects located anywhere on a network, as if they were local to the application using them. | |
| 3. | What does Java offer CORBA Programmers? |
|---|---|
|
|
| 4. | Which protocol is used for invoking methods on CORBA objects over the internet? |
|---|---|
| It’s Internet Inter ORB Protocol (IIOP). | |