Answer Posted / rajashree
we use the Msg library to implement a Remote Procedure Call
module, RPC.pm. The idea of RPC is to transparently invoke
a subroutine in another process space and have it behave
exactly as if it had been invoked in its own process. The
following are the features we take for granted while
calling ordinary subroutines, which the RPC module takes
into account:
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the problems faced by java programmers who don't use layout managers?
What is ellipsis in java?
What is default switch case? Give example.
Can we have any code between try and finally blocks?
which class is the wait() method defined in? : Java thread
What are format specifiers in java?
what is comparable and comparator interface?
Is node a data type in java?
What is a parameter in matrices?
why doesn't java run on all platforms?
Explain about assignment statement?
Explain thread life cycle in java?
when to use ArrayList and when to use HashMap in webApplication.
Is null a string in java?
Why arraylist is not synchronized in java example?