what is the RMI / IIOP?
Answers were Sorted based on User's Feedback
Answer / sathya
Remote Method Invocation/Internet Ineter Operability
Protocol is the standard protocol used for network
communication in Java prorgrams. IIOP was originally
developed for CORBA interoperability and Java uses the same
protocol in unsion with Its standard RMI to communicate with
non Java systems in the network
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / anonymous
IIOP- Internet Inter Object Request Broker Protocal
RMI-Remote Method Invocation.
EJB is being built on this proto. only. Supports CORBA also.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anonymous
If not sure about something don't post. The learners will
be affected a lot.
| Is This Answer Correct ? | 3 Yes | 1 No |
What are the benefits of detached objects?
What is Remote Server?
If your ui seems to freeze periodically, what might be a likely reason?
what is the proxy pattern?
What is UniCastRemoteObject and what is its use in RMI?
what is JTA ?
Why use POJO when I can use hashmap
What is servlet preinitialization
What is RMI architecture?
Does Java pass arguments by value or reference?
how we can implement interface in jsp ?
What is the difference between RMI and Socket?