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 |
Which class is the immediate superclass of the menucomponent class?
Have you used threads in Servelet?
In a multitiered application which tier is the browser in?
Which textcomponent method is used to set a textcomponent to the read-only state?
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?
How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration
What’s jboss jbpm?
what is a non-repeatable read?
What is synchronization?
Which containers use a border layout as their default layout?
Explain lazy activation?
What is servlet preinitialization?