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 the return type of a program?s main() method?

3 Answers  


What are java packages? What's the significance of packages?

0 Answers  


Which methods cannot be overridden in java?

0 Answers  


Which is not Object in Java?

10 Answers   Honeywell,


What is a file pointer?

0 Answers  






How does compareto method work?

0 Answers  


what is synchronization? : Java thread

0 Answers  


What will be the default values of all the elements of an array defined as an instance variable?

0 Answers  


How can you share data between two thread in Java?

0 Answers  


what is the difference between Object Based Language and Object Oriented Language?

0 Answers   Aspire,


Write a program in java to find the maximum and minimum value node from a circular linked list.

0 Answers  


What is Java Annotations?

0 Answers  


Categories