Answer Posted / 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 |
Post New Answer View All Answers
How many techniques can be employed to create a string object?
What are java packages? What's the significance of packages?
What is string literal in java?
What is append function?
Why string is not a wrapper class?
Define an enumeration?
What is array size in java?
What is object of class in java?
Why Java doesn’t support multiple inheritance?
What is the difference between Grid and Gridbaglayout?
Java is Pass by Value or Pass by Reference?
How to create a fecelet view?
How can we make a class virtual?
What is fail fast in java?
What are the advantages of packages in java?