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 |
How is a java object message delivered to a non-java client?
how can we load a file of a user in the database table?
What are the diff types of exception?
How do u supress the parameters from the displaying in the url?
Should synchronization primitives be used on bean methods?
What method is used to create the daemon thread?
why static class in java
What is RRL?
Do I need to import javlang package any time? Why ?
Can constructors be synchronized in java?
what is heepStored?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??