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.
 
Your Name Your Email-ID
Your Answer
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.
 
Your Name Your Email-ID
Your Answer
3. What does Java offer CORBA Programmers?
 
  • Portability across platforms
  • Internet programming
  • Object oriented language
  • Security
 
Your Name Your Email-ID
Your Answer
4. Which protocol is used for invoking methods on CORBA objects over the internet?
  It’s Internet Inter ORB Protocol (IIOP).
 
Your Name Your Email-ID
Your Answer
12345678 Page 1 of 8