What is RPC?
Answers were Sorted based on User's Feedback
Answer / mohammad shahid
Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details.
It is also called subroutine call or function call
| Is This Answer Correct ? | 0 Yes | 0 No |
How to deploy Jar, War files in J2EE?
Why do I get a duplicate name error when loading a jar file?
can we write implementation for a method with in another method?
Is the ternary operator written x : y ? Z or x ? Y : z ?
To make an object to begin executing as a separate thread, what method is used?
Why won’t the jvm terminate when I close all the application windows?
To identify IDL language what mapping mechanism is used?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is servlet preinitialization
Explain the purposes of methods wait(), notify(), notifyAll ()?
is servlet,struts are threadsafe or not.please telme correct answer
Name the eight primitive java types.