Google News
logo
Java GWT - Interview Questions
What is RPC?
RPC (Remote Procedure Call) helps in client communication with the server. RPC is a process of calling a method from a class; however, in this process, the only difference is that the class is located on a server but not the part of the client program.
Advertisement