人気の面接質問と回答・オンラインテスト
面接対策、オンラインテスト、チュートリアル、ライブ練習のための学習プラットフォーム

集中型学習パス、模擬テスト、面接向けコンテンツでスキルを伸ばしましょう。

WithoutBook は、分野別の面接質問、オンライン練習テスト、チュートリアル、比較ガイドをひとつのレスポンシブな学習空間にまとめています。

面接準備

Java Beans 面接の質問と回答

質問 11. What is the serializable class in java beans?

Any class is serializable as long as that class or a parent class implements the java.io.Serializable interface. Examples of serializable classes include Component, String, Date, Vector, and Hashtable.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 12. How to create bound property in bean application?

To create the title property as a bound property for the MyBean component in the NetBeans GUI Builder, perform the following sequence of operations:

► Right-click the Bean Patterns node in the MyBean class hierarchy.
► Select Add|Property from the pop-up menu.
► Fill the New Property Pattern form as shown on the following figure and click OK.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 13. What is Glasgow?

Glasgow - the code name for add-ins to the JavaBeans specification. It contains following specifications:

► The Extensible Runtime Containment and Services Protocol
► The Drag and Drop Subsystem for the Java Foundation Classes
► The JavaBeans Activation Framework

役に立ちましたか? コメントを追加 コメントを見る
 

質問 14. How does the InfoBus relate to JavaBeans?

The InfoBus specification extends JavaBeans by providing a set of enhanced interfaces to share and exchange dynamic data.

役に立ちましたか? コメントを追加 コメントを見る
 

質問 15. Will the general public have access to the InfoBus API s?

Yes, under the usual terms of the JDK license. The specification and technology preview are available in our products archive.

役に立ちましたか? コメントを追加 コメントを見る
 

ユーザー評価で最も役立つ内容:

著作権 © 2026、WithoutBook。