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
Can I use multiple html form elements with the same name?
Explain phantom read?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Are enterprise beans allowed to use thread.sleep()?
What state does a thread enter when it terminates its processing?
Explain the advantages and disadvantages of detached objects.
What modifiers may be used with an inner class that is a member of an outer class?
What is the difference between long.class and long.type?
What are the call back methods in entity bean?
Why use POJO when I can use hashmap
What is a class loader? What are the different class loaders used by jvm?
What is the difference between the font and fontmetrics classes?
Difference between swing and awt?
What’s jboss cache in short?
When a thread blocks on i/o?