What is the standard way to get or set a property of a bean?
By jeanjiang
@jeanjiang (30)
China
May 5, 2011 12:16am CST
Package - java.beans can use Class - Expression and Statement to get and set a property of a bean. It is the standard way. Does any one can give me some examples about it.
1 response
@jeanjiang (30)
• China
8 May 11
Actually, it is a good may to use standard method to getting and setting a property of a Java Bean.