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
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
How does a for loop work java?
What is member in java?
Write a java program to generate fibonacci series ?
What does java stand for?
Why is logger singleton?
What is java reflection?
Why is a singleton bad?
What is the console in java?
Is it possible to override the main method?
Difference between keyword and identifier.
worst case complexities of Quick sort and Merge sort.
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is public/private protected in java?
I want to persist data of objects for later use. What is the best approach to do so?