Answer Posted / 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 |
Post New Answer View All Answers
What are the different methods of identifying an object?
Explain the steps in details to load the server object dynamically?
Can we sent objects using Sockets?
Difference between DurableSubscription and non- DurableSubscription?
Can I have an action without a form?
What is an abstract method?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
why static class in java
What is ioc concept & explain it?
What are the diff types of exception?
Which container method is used to cause a container to be laid out and redisplayed?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the different approaches to represent an inheritance hierarchy?
What is in-memory replication?
Difference between loadclass and class.forname?