Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

Java Beans Questions et reponses d'entretien

Question 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.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 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.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 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.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 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.

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.