Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java Beans Interview Questions and Answers

Ques 26. JavaBeans has mechanisms like bound properties for data transfer between components. Why is the InfoBus necessary?

JavaBeans mechanisms, such as bound properties, are very useful in cases where the type of data to be communicated can be hard-coded into the source and target components. The InfoBus adds additional features required for more dynamic data interchange. These can be cases where communication is driven by the content of the data and where the nature of the data to be exchanged is determined at runtime.

Is it helpful? Add Comment View Comments
 

Ques 27. Can both Java applets and JavaBeans components use the InfoBus?

Yes.

Is it helpful? Add Comment View Comments
 

Ques 28. Can JavaBeans use DCOM as its network model?

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.

Is it helpful? Add Comment View Comments
 

Ques 29. Why would a developer need the JavaBeans Migration Assistant for ActiveX?

Many of the capabilities that are so exciting to JavaBeans developers are not available on ActiveX, or are incomplete. There is, therefore, a need for a set of conversion conventions and tools designed to convert desktop ActiveX components into JavaBeans components. The resulting Beans will be usable in both in new network savvy e-business applications as well as traditional desktop applications, includingActiveX containers. Developers and customers benefit from the advantages offered by JavaBeans by simply leveraging their current investments in ActiveX.

Is it helpful? Add Comment View Comments
 

Ques 30. How and when will the JavaBeans Migration Assistant to ActiveX be available?

IBM plans to ship the JavaBeans Migration Assistant for ActiveX in Taligent's Visual Age, WebRunner Toolkit, and Visual Age for Java development tools. This will allow developers to utilize a common component model that may be leveraged by a wide range of tools, including the IBM Visual Age for Java family.

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook