Can JavaBeans use DCOM as its network model?

Submitted by: Administrator
JavaBeans works with any network model (i.e., to communicate between components across the network), including CORBA, DCOM, etc. JavaBeans integrates well with CORBA IDL, which is an excellent solution for customers in a heterogeneous distributed computing environment with platform independent components. However, we recommend RMI for Java to Java inter-object communication.
Submitted by: Administrator

Read Online Java Beans Job Interview Questions And Answers