What are the primary differences between RMI and CORBA?
Answers were Sorted based on User's Feedback
Answer / guest
RMI and CORBA are both distributed object technologies that
support the creation, activation, and invocation of objects.
CORBA supports a language-independent approach to developing
and deploying distributed objects. RMI is a Java-specific
approach.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / bhavsingh maloth
RMI and CORBA are both distributed object technologies that
support the creation, activation, and invocation of objects.
CORBA supports a language-independent approach to developing
and deploying distributed objects. RMI is a Java-specific
approach. this is correct answer
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the reason to avoid the development of multi-threaded corba application?
Explain what is the reason to implement corba in client application application?
What is Instant CORBA?
Explain how does corba support interoperability?
What is "Principal", and what is meant by "Principal authentication"?
Can corba application be tuned for better performance?
What are the primary differences between RMI and CORBA?
Does corba supports asynchronous communication?
What is CORBA?
Explain are the different threading models that can be used within corba servers?
What is corba? What does it do?
Does CORBA security guarantee that the request and reply are not tampered and not intercepted on their way between the client and the target?