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
Can we create object of static class?
Is sizeof a preprocessor?
What is a default method?
Is string is a data type?
Can we sort hashmap in java?
What is a JAR file?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is externalizable interface?
What are the benefits of java?
What does it mean that a class or member is final?
Are arrays immutable in java?
What is the use of arraylist in java?
Is it possible for yielded thread to get chance for its execution again ?
Explain where variables are created in memory?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.