Tuesday, November 29, 2011

What is the difference between RMI & Corba

RMI is completely Java based, where CORBA is language independant. There are many adapters for CORBA, and programs can call processes written in any language that has a CORBA interface. CORBA has many more features documented in the specification than just process communication. RMI is easier to implement if you already know Java - it looks just the same as calling a process locally - but it&
Category:Java Interview Questions

No comments:

Post a Comment