JavaBeans: Difference between revisions

Content deleted Content added
m Undid revision 1044458949 by Idlexa (talk): Spam
Shvahabi (talk | contribs)
Line 13:
==Features==
;Introspection
:Introspection is a process of analyzing a Bean to determine its capabilities. This is an essential feature of the Java Beans APIspecification because it allows another application, such as a design tool, to obtain information about a component.
;Properties
:A property is a subset of a Bean's state. The values assigned to the properties determine the behaviour and appearance of that component. They are set through a setter method and can be obtained by a getter method.