What do you mean by Remote procedure call?

Answers were Sorted based on User's Feedback



What do you mean by Remote procedure call?..

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

What do you mean by Remote procedure call?..

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

Post New Answer

More Core Java Interview Questions

What is return in java?

0 Answers  


What happens if we override private method?

0 Answers  


Explain the difference between transient and volatile in java?

0 Answers  


What do you mean by data type?

0 Answers  


Why main method is static in java?

0 Answers  






can any body body expalin best definitions & best real time exaples for opps concepts.

0 Answers   Accel,


Is minecraft 1.15 out?

0 Answers  


What will be the initial value of an object reference which is defined as an instance variable?

0 Answers  


Which number is denoted by leading 0x or 0x in java?

0 Answers  


how to pass the parameters to applets?

1 Answers  


What is operator?

3 Answers  


How will you compute size of a structure?

0 Answers   Amdocs,


Categories