What is RMI Registry?

Answers were Sorted based on User's Feedback



What is RMI Registry?..

Answer / raji

The RMI registry is used to store a list of available
services. A client uses the registry to make it's proxy
object, and the Registry is responsible for giving
appropriate information to the client so that it can hook up
with the server that implements the service

Is This Answer Correct ?    93 Yes 13 No

What is RMI Registry?..

Answer / bhavya

Remote Method Invocation (RMI) facilitates object function calls between Java Virtual Machines (JVMs). JVMs can be located on separate computers - yet one JVM can invoke methods belonging to an object stored in another JVM. Methods can even pass objects that a foreign virtual machine has never encountered before, allowing dynamic loading of new classes as required. This is a powerful feature!

Consider the follow scenario :

Developer A writes a service that performs some useful function. He regularly updates this service, adding new features and improving existing ones.
Developer B wishes to use the service provided by Developer A. However, it's inconvenient for A to supply B with an update every time.
Java RMI provides a very easy solution! Since RMI can dynamically load new classes, Developer B can let RMI handle updates automatically for him. Developer A places the new classes in a web directory, where RMI can fetch the new updates as they are required.

you can get more on it at javacoffeebreak.com

Is This Answer Correct ?    11 Yes 9 No

What is RMI Registry?..

Answer / aniruddh bhatt

Essentially the RMI registry is a place for the server to register services it offers and a place for clients to query for those services

Is This Answer Correct ?    0 Yes 0 No

What is RMI Registry?..

Answer / naresh kumar

the RMI Registry is process that normally runs on the
Server.
At first sight the registry seems to have a privileged
role inthe RMI. it is "just another" remote Object

Is This Answer Correct ?    8 Yes 12 No

What is RMI Registry?..

Answer / suganth

rmi allows java program call other java program on another
machine

Is This Answer Correct ?    9 Yes 15 No

What is RMI Registry?..

Answer / deepika devangan

rmi resistry is used to resistor's server object by unique
name.

Is This Answer Correct ?    15 Yes 28 No

Post New Answer

More Advanced Java Interview Questions

Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Do we need to override service() method

0 Answers  


Explain lazy activation?

1 Answers   HCL,


diff mvc1 and mvc2 wahts is mean by servlet chaining?

3 Answers   SolutionNET,


How would you create a button with rounded edges?

0 Answers  






hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me

0 Answers   Infosys,


What is a compilation unit?

1 Answers  


What if the static modifier is removed from the signature of the main method?

0 Answers  


Is “abc” a primitive value?

0 Answers  


what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


what are the advantages of JTA over JTS?

0 Answers  


What class is used to create Server side object ?

0 Answers  


Categories