what is the Remote Stub?
Answer / abhijit salunkhe
It is an object which recives calls from remote clients.
Under RMI a remote object must support atleast one Interface
that is , its class must implement atleast one interface
which extends java.rmi.Remote (markup Interface)
| Is This Answer Correct ? | 1 Yes | 0 No |
diff between jsp include directive and jsp action include?
What is a layout manager?
How JNDI is used in JMS ?
Why is actionform a base class rather than an interface?
what is the Remote Stub?
diffrence between jsp and servelts.
Does Java pass arguments by value or reference?
Explain the methods of Naming class, rebind( ) and lookup()?
What is an abstract method?
Why use POJO when I can use hashmap
Why is string immutable in java?
can a static method be overridden