There are five types of properties:
Simple property : To set a simple property, a pair of accessor, i.e. getXXX (), and mutator, i.e setXXX(), methods are employed.
Boolean Property : A simple property with boolean values – true or false – set in mutator method.
Indexed property : An indexed property when a single property can hold an array of values using public void set propertyName (propertyType[] list) method.
Bound property : A Bean that has a bound property generates an event when the property is changed. The event is of type propertychangeEvent and is sent to objects that previously registered an interest in receiving such notifications.
Constrained property : A Bean that has a constrained property generates an event when an attempt is made to change its value. The event is of type propertychangeEvent. It is sent to objects that previously registered an interest in receiving such notifications. Those other objects have the ability to veto the proposed change.
Posted Date:- 2021-10-11 23:54:33
Why JDBC is needed once we have ODBC in hand?
Explain ODBC its Architecture?
How EJB Container handles exceptions?
What is Application level Exception in EJB?
What is Bean Managed Transactions?
What are the types of Enterprise Bean?
Which types of java classes can be mapped using @Lob annotation?
What are the different JDBC driver types?
What is enterprise information system?
What is Enterprise JavaBeans Query Language?
What is enterprise bean provider?
Define the term DDL, DML and DCL in Database Connectivity?
What is a Stored Procedure in JDBC?
What are the different properties of a Java Bean?
When will JavaBeans be supported on the [fill in the blank] platform/operating system?
What are the security implications for downloading Beans over the Internet?
Why do I get a duplicate name error when loading a JAR file?
What is the relationship between Sun s JFCs and JavaBeans?
Why nobody at Sun wants to read the messages sent to java-beans@java.sun.com?
Are there JavaBeans components available that I can buy today?
What kind of industry support exists for JavaBeans?
Why a component architecture for the Java platform?
Is JavaBeans a complete component architecture?
Is JavaBeans a complete component architecture?
Why are component architectures useful?
What is a Bean? Why is not a Bean an Applet?
Difference between java bean and bean?
What is property editor in java beans?
What are externizable interface?
What is bean persistance property?
Why do I get a NullPointerException when loading a JAR file into the BeanBox?