Interview Questions

What two protocols are used in Java RMI technology?

Networking Programming Interview Questions and Answers


(Continued from previous question...)

2. What two protocols are used in Java RMI technology?

Java Object Serialization and HTTP. The Object Serialization protocol is used to marshal call and return data. The HTTP protocol is used to "POST" a remote method invocation and obtain return data when circumstances warrant.

(Continued on next question...)

Other Interview Questions