Interview Questions

Explain the difference between RPC and Local calls?

SOAP Interview Questions and Answers


(Continued from previous question...)

Explain the difference between RPC and Local calls?

An important difference between Remote call procedure and local call is that remote call can fail often and this occurs without the knowledge of the user. Local calls are easily handled. Another main difficulty lies with the code writing capability because it is written in a low level language.

(Continued on next question...)

Other Interview Questions