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 |
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Which javutil classes and interfaces support event handling?
What is a thread?
What is the difference between the string and stringbuffer classes?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
Name the method to find, if a thread is active or not?
What is Remote Server?
What is in-memory replication?
What are skeletons and stubs and how they are generated?
Explain ioc concept?
Is it possible to stop the execution of a method before completion in a sessionbean?
What method is invoked to cause an object to begin executing as a separate thread?