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 are the different class loaders used by jvm?

600


Why use POJO when I can use hashmap

2047


What is chat area? Explain.

557


Is infobus easy to use?

600


What is ioc concept?

693






Explain the advantages and disadvantages of detached objects.

577


Describe, in general, how java's garbage collector works?

540


Explain the steps in details to load the server object dynamically?

4545


How to implement RMI in Java?

2405


whats is mean by connectionpooling

1568


Why do threads block on i/o?

686


Can I import same package/class twice? Will the jvm load the package twice at runtime?

649


What is meant by method chaining?

664


What are the steps to write p-to-p model application?

1963


What are the sequence of steps to write pub or sub model kind of application?

1895