Back

Explore Courses Blog Tutorials Interview Questions
0 votes
1 view
in Java by (32.9k points)
Can RMI be used for cross-platform communication?

1 Answer

0 votes
by (31.8k points)

Yes, RMI (Remote Method Invocation) can be used for communication between different platforms. RMI is a Java-based technology that allows objects in one Java Virtual Machine (JVM) to invoke methods on objects in another JVM, even if they are running on different machines or using different operating systems. It provides a transparent way to access and interact with remote objects, making it possible to communicate and exchange data between platforms seamlessly.

Check out the below video to learn more about RMI in Java -

Related questions

0 votes
1 answer
asked May 17, 2023 in Java by Nisha S (31.8k points)
0 votes
1 answer
asked May 17, 2023 in Java by neelimakv (32.5k points)
0 votes
1 answer
asked May 17, 2023 in Java by vyeshma (32.3k points)

Browse Categories

...