Java Beans Question:
Download Questions PDF

Can JavaBeans use DCOM as its network model?

Answer:

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.

Download Java Beans Interview Questions And Answers PDF

Previous QuestionNext Question
Can both Java applets and JavaBeans components use the InfoBus?Why would a developer need the JavaBeans Migration Assistant for ActiveX?