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
Can we override constructors in java?
Explain constructors and types of constructors in java.
What does super keyword do?
State differences between C and Java?
What is substring in java?
What is the point of polymorphism java?
When should the method invokelater() be used?
Can we create object of static class?
How to split a string in java?
How do I run java on windows?
Tell us something about different types of casting?
What is the difference between heap and stack memory?
What is anagram word?
What are three types of loops in java?
What does indexof return in java?