What do you mean by Remote procedure call?
Answers were Sorted based on User's Feedback
Answer / sadhna
Remote Procedure Call (RPC) is a protocol that one program
can use to request a service from a program located in
another computer in a network without having to understand
network details. (A procedure call is also sometimes known
as a function call or a subroutine call.) RPC uses the
client/server model.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Similarity and difference between static block and static method ?
what is the difference between abstract class and Interface?where we can use it in realtime projects?
23 Answers Agile Software, Cognizant, IBM, Innodata, Logica CMG, Mitosis, Nagarro, Value Chain,
What is java jit compilers?
Explain the differences between abstraction and encapsulation?
Tell some latest versions in JAVA related areas?
what is main difference between architecture,framework and design pattren
what is interface in java? Explain
What is the difference between hashset and treeset in java?
Can long be null in java?
Can an anonymous class be declared as implementing an interface and extending a class?
Is singleton class immutable?
Why is multiple inheritance not supported in java?