Sundeep
Sundeep

Reputation: 1606

All ways of JVM to JVM communication

I want a list of all the ways two JVMs can communicate. The JVMs can be local or remote.

The obvious ones are

Note: I am not interested in comparing these as the way we choose depends on the need. I am curious to know what all ways actually exist.

Upvotes: 6

Views: 5258

Answers (1)

Jeff Foster
Jeff Foster

Reputation: 44696

See inter-process communication.

Upvotes: 4

Related Questions