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 |
When a thread terminates its processing, it enters into what state?
What is J2EE?
Can you give me a simple example of using the requiredif validator rule?
What is the difference between long.class and long.type?
What is the difference between session and entity beans?
What are different types of layout managers in java.awt package?
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
What is MOM?
What are callback interfaces?
What is resource bundle?
Explain about thread synchronization inside a monitor?
i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)