What is RPC?

Answer Posted / maurice johnson

Remote Procedure Call

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the relationship between an event-listener interface and an event-adapter class?

540


Why is actionform a base class rather than an interface?

553


Can we sent objects using Sockets?

630


To what value is a variable of the string type automatically initialized?

597


What are the purpose of introspection?

664






why static class in java

1259


Will the general public have access to the infobus apis?

517


Define prototype?

571


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1348


What are the diff types of exception?

544


Is a class a subclass of itself?

572


How many times may an objects finalize() method be invoked by the garbage collector?

661


Explain ioc concept?

613


If your ui seems to freeze periodically, what might be a likely reason?

528


What are the benefits of detached objects?

571