How do you download stubs from a Remote place?

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


Please Help Members By Posting Answers For Below Questions

What restrictions are placed on the location of a package statement within a source code file?

616


Difference between DurableSubscription and non- DurableSubscription?

1714


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

581


Do I have to use jsps with my application?

581


What are transaction attributes?

610






What state does a thread enter when it terminates its processing?

600


Where can I find seam examples and documentation?

565


Why is string immutable in java?

577


Define the remote object implementation?

1999


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

1100


What is table mutation and how do you avoid it?

1916


how do you Handle Front End Application data against DB with example?

1475


How database connectivity in XML is achieved?

1766


What is the difference between system.out ,system.err and system.in?

596


Is it possible to stop the execution of a method before completion in a sessionbean?

597