J2SE Question:

What is RPC?

J2SE Interview Question
J2SE Interview Question

Answer:

Remote Procedure Call. Executing what looks like a normal procedure call (or method invocation) by sending network packets to some remote host.


Previous QuestionNext Question
What is stream?What is SAX?