Login
Remember
Register
Ask a Question
Can RMI and CORBA based applications interact?
+2
votes
asked
May 13, 2021
in
JAVA
by
rajeshsharma
Can RMI and CORBA based applications interact?
corba
java
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 13, 2021
by
rajeshsharma
Yes, they can. RMI is available with IIOP as the transport protocol instead of JRMP.
...