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
Is an empty arraylist null?
Explain a few methods of overloading best practices in java?
What is the difference between overriding and overloading in OOPS.
What is the flag in java?
In the below example, how many string objects are created?
Are global variables initialized to zero?
What is difference between static variable and global variable?
What are annotations in java?
What is toarray method in java?
How garbage collection is done in java?
What is the set interface in java programming?
What is the relationship difference the canvas class and the graphics class?
What is the benefit of lambda expressions?
What is off heap memory?
Does java linked list allow duplicates?