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
Which javutil classes and interfaces support event handling?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What restrictions are placed on the location of a package statement within a source code file?
What is the difference between a menuitem and a checkboxmenuitem?
Why doesn’t the focus feature on the tag work in every circumstance?
How are the elements of a cardlayout organized?
Do we need to override service() method
how do you Handle Front End Application data against DB with example?
What is mdb and what is the special feature of that?
What is colon_pkg_prefixes and what is its use?
If your ui seems to freeze periodically, what might be a likely reason?
What class is the top of the awt event hierarchy?
How substring() method of string class create memory leaks?
what are RemoteObjects?