What is difference RMI registry and OSAgent?
Answer / suchitra kumar sukla(rcm)
The osagent is a process that allows CORBA servers to
register their objects and assists client applications in
the location of objects.
RMI Registry is a remote object registry started on the
specified port default 1099 .It is a bootstrap naming
servise used by RMI servers on the same host to bind remote
objects to names.
Rmiregistry can be done by following commands
c:\>start rmiregistry
| Is This Answer Correct ? | 4 Yes | 4 No |
How is serialization used generally ?
What is source and listener?
What will happens, when a thread cannot acquire a lock on an object?
Is a class a subclass of itself?
Why doesn’t the focus feature on the tag work in every circumstance?
What is jboss?
a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??
Write a singleton program?
What is the infobus?
What are the types of data passing mechanisams under JMS specification?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?