Answer Posted / janu
Java RMI uses special classes called stubs that can be
downloaded to the client that are used to communicate with
(make method calls on) the remote object. The
java.rmi.server.codebase property value represents one or
more URL locations from which these stubs (and any classes
needed by the stubs) can be downloaded.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
Describe activation process?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Describe responsibilities of Activator?
Do I need to import javlang package any time? Why ?
Why won’t the jvm terminate when I close all the application windows?
What are various types of class loaders used by jvm?
Is the ternary operator written x : y ? Z or x ? Y : z ?
If your ui seems to freeze periodically, what might be a likely reason?
Explain ioc concept?
What is a tasks priority and how is it used in scheduling?
how do you Handle Front End Application data against DB with example?
When is the best time to validate input?
What is JTS?
Can I map more than one table in a cmp?